/* UniSans Fonts for English */
@font-face {
    font-family: "UniSans-Bold";
    src: url("../fonts/UniSans/Uni-Sans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "UniSans-Light";
    src: url("../fonts/UniSans/Uni-Sans-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "UniSans-Regular";
    src: url("../fonts/UniSans/Uni-Sans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* DIN Fonts for Arabic */
@font-face {
    font-family: "DIN-Light";
    src: url("../fonts/Din/din-light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DIN-Regular";
    src: url("../fonts/Din/din-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DIN-Medium";
    src: url("../fonts/Din/din-medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
