﻿@font-face {
    font-family: "droid-light";
    src: url('../font/ARBFONTS-DROIDKUFI-REGULAR.TTF') format("truetype");
}

/*  Thmanyah */
@font-face {
    font-family: ThmanyahSans;
    src: url(../font/Thmanyahsans12-Black.otf) format("opentype");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: ThmanyahsansBold;
    src: url(../font/Thmanyahsans12-Bold.otf) format("opentype");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: ThmanyahsansLight;
    src: url(../font/Thmanyahsans12-Light.otf) format("opentype");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: ThmanyahsansBlack;
    src: url(../font/Thmanyahsans12-Black.otf) format("opentype");
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: ThmanyahsansMedium;
    src: url(../font/Thmanyahsans12-Medium.otf) format("opentype");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: ThmanyahsansRegular;
    src: url(../font/Thmanyahsans12-Regular.otf) format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: ThmanyahserifdisplayBlack;
    src: url(../font/Thmanyahserifdisplay12-Black.otf) format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: ThmanyahDisplayBold;
    src: url(../font/Thmanyahserifdisplay12-Bold.otf) format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: ThmanyahseriftextBold;
    src: url(../font/Thmanyahseriftext12-Bold.otf) format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-feature-values ThmanyahserifdisplayBlack {
    @styleset {
        alt-a: 1;
    }
}

@font-feature-values ThmanyahsansMedium {
    @styleset {
        alt-a: 1;
    }
}

@font-feature-values ThmanyahseriftextBold {
    @styleset {
        alt-a: 1;
    }
}

@font-feature-values ThmanyahsansBold {
    @styleset {
        alt-a: 1;
    }
}

@font-feature-values ThmanyahsansRegular {
    @styleset {
        alt-a: 1;
    }
}

.custom-font {
    font-feature-settings: "ss01" 1, "ss02" 1, "salt" 1, "liga" 1;
}

.font-ThmanyahsansBlack {
    font-family: ThmanyahsansBlack;
}

.font-ThmanyahsansBold {
    font-family: ThmanyahsansBold;
}

.font-ThmanyahsansLight {
    font-family: ThmanyahsansLight;
}

.font-ThmanyahsansMedium {
    font-family: ThmanyahsansMedium;
}

.font-ThmanyahsansRegular {
    font-family: ThmanyahsansRegular;
}

.font-ThmanyahseriftextBold {
    font-family: ThmanyahseriftextBold;
}
/*  Thmanyah */

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
}

::-webkit-scrollbar-thumb {
    background: #888;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

body {
    font-family: droid-light, sans-serif;
    /*font-family: ThmanyahsansLight, sans-serif;*/
}

#LoadingWidget {
    user-select: none;
    z-index: 9999 !important;
}

a {
    text-decoration: unset !important;
}