@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
    font-family: Naskh;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/uthman/UthmanTN.eot);
    src: url(/fonts/uthman/UthmanTN.eot?#iefix) format("embedded-opentype"),
        url(/fonts/uthman/UthmanTN.woff2) format("woff2"),
        url(/fonts/uthman/UthmanTN.woff) format("woff"),
        url(/fonts/uthman/UthmanTN.ttf) format("truetype"),
        url(/fonts/uthman/UthmanTN.svg#svgFontName) format("svg");
}

@font-face {
    font-family: Naskh;
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/uthman/UthmanTN-Bold.eot);
    src: url(/fonts/uthman/UthmanTN-Bold.eot?#iefix) format("embedded-opentype"),
        url(/fonts/uthman/UthmanTN-Bold.woff2) format("woff2"),
        url(/fonts/uthman/UthmanTN-Bold.woff) format("woff"),
        url(/fonts/uthman/UthmanTN-Bold.ttf) format("truetype"),
        url(/fonts/uthman/UthmanTN-Bold.svg#svgFontName) format("svg");
}

@font-face {
    font-family: AQF_BSML;
    src: url("/fonts/titles.woff") format("woff"),
        url("/fonts/titles.ttf") format("ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: AQF_BSML;
    src: url("/fonts/titles.woff") format("woff"),
        url("/fonts/titles.ttf") format("ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Hafs;
    src: url(/fonts/UthmanicHafs1Ex1Ver12.otf);
}
@font-face {
    font-family: Book;
    font-style: normal;
    font-weight: 400;
    src: url("/tailwind/assets/fonts/Book.eot");
    src: url("/tailwind/assets/fonts/Book.eot?#iefix")
            format("embedded-opentype"),
        url("/tailwind/assets/fonts/Book.woff2") format("woff2"),
        url("/tailwind/assets/fonts/Book.woff") format("woff"),
        url("/tailwind/assets/fonts/Book.tff") format("truetype"),
        url("/tailwind/assets/fonts/Book.svg#svgFontName") format("svg");
}

body {
    font-family: "Noto Kufi Arabic", sans-serif;
}

.surah-name {
    font-family: AQF_BSML, serif;
    font-weight: normal;
}

.hafs-font {
    font-family: Hafs, serif;
}

.Naskh {
    font-family: Naskh, serif;
}

.poppins {
    font-family: "Poppins", sans-serif;
}

.book {
    font-family: Book, sans-serif;
}
