@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* Custom Animation for Voice Recorder */
@keyframes waveform {

    0%,
    100% {
        height: 4px;
    }

    50% {
        height: 16px;
    }
}