/*
 * Primary brand fonts.
 * When webfont files are supplied, use lowercase names:
 * din-next-lt-arabic.woff2 and acumin-variable-concept.woff2.
 */
@font-face {
    font-family: "DIN Next LT Arabic";
    src: local("DIN Next LT Arabic"), local("DINNextLTArabic-Regular");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: "Acumin Variable Concept";
    src: local("Acumin Variable Concept"), local("AcuminVariableConcept");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}
