/* Bold */
@font-face {
    font-family: "urw-din-arabic";
    src: url("./bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Medium */
@font-face {
    font-family: "urw-din-arabic";
    src: url("./medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Regular */
@font-face {
    font-family: "urw-din-arabic";
    src: url("./regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

