@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap");
@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(/assets/fonts/arabic/uthman/UthmanTN.eot);
    src: url(/assets/fonts/arabic/uthman/UthmanTN.eot?#iefix) format("embedded-opentype"),
        url(/assets/fonts/arabic/uthman/UthmanTN.woff2) format("woff2"),
        url(/assets/fonts/arabic/uthman/UthmanTN.woff) format("woff"),
        url(/assets/fonts/arabic/uthman/UthmanTN.ttf) format("truetype"),
        url(/assets/fonts/arabic/uthman/UthmanTN.svg#svgFontName) format("svg");
}

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

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

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

body {
    font-family: "IBM Plex Sans 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;
}
