@font-face {
    font-family: mv faseyha;
    src: url('./fonts/MV_Faseyha.otf') format("opentype")
}

@font-face {
    font-family: aanmu;
    src: url('./fonts/aammufkF.ttf') format("opentype")
}

@font-face {
    font-family: mv waheed;
    src: url('./fonts/MVWaheed.otf') format("opentype")
}

.wadde {
    font-family: mv waheed
}

.aanmu,
.article-title {
    font-family: aanmu
}

.faseyha {
    font-family: mv faseyha
}

body {
    font-family: mv waheed, serif
}


.sound-wave {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.sound-wave2 {
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    /* padding-top: 120px; */
    padding-bottom: 10px;
}

.max-h-12 {
    max-height: 7rem;
}