/**
 * Thmanyah Sans (ثمانية) — loaded when site_font = thmanyah.
 * Remaps the existing Omnes family so the whole site switches without
 * rewriting compiled CSS, and also exposes "Thmanyah Sans" by name.
 */

@font-face {
    font-family: "Thmanyah Sans";
    src: url("../fonts/Thmanyah/thmanyah-sans-light.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Thmanyah Sans";
    src: url("../fonts/Thmanyah/thmanyah-sans-light.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Thmanyah Sans";
    src: url("../fonts/Thmanyah/thmanyah-sans-light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Thmanyah Sans";
    src: url("../fonts/Thmanyah/thmanyah-sans-regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Thmanyah Sans";
    src: url("../fonts/Thmanyah/thmanyah-sans-medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Thmanyah Sans";
    src: url("../fonts/Thmanyah/thmanyah-sans-bold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Thmanyah Sans";
    src: url("../fonts/Thmanyah/thmanyah-sans-bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Thmanyah Sans";
    src: url("../fonts/Thmanyah/thmanyah-sans-black.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Thmanyah Sans";
    src: url("../fonts/Thmanyah/thmanyah-sans-black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Omnes;
    src: url("../fonts/Thmanyah/thmanyah-sans-light.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Omnes;
    src: url("../fonts/Thmanyah/thmanyah-sans-light.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Omnes;
    src: url("../fonts/Thmanyah/thmanyah-sans-light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Omnes;
    src: url("../fonts/Thmanyah/thmanyah-sans-regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Omnes;
    src: url("../fonts/Thmanyah/thmanyah-sans-medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Omnes;
    src: url("../fonts/Thmanyah/thmanyah-sans-bold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Omnes;
    src: url("../fonts/Thmanyah/thmanyah-sans-bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Omnes;
    src: url("../fonts/Thmanyah/thmanyah-sans-black.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Omnes;
    src: url("../fonts/Thmanyah/thmanyah-sans-black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html.site-font-thmanyah,
html.site-font-thmanyah body {
    font-family: "Thmanyah Sans", Omnes, Arial, sans-serif !important;
}

html.site-font-thmanyah .navbar-expand-lg .navbar-nav .nav-link {
    font-family: "Thmanyah Sans", Omnes, Arial, sans-serif !important;
}
