@font-face {
    font-family: 'Bounded';
    src: url('../fonts/BOUNDED-VARIABLE.TTF') format('truetype');
    font-weight: 100 900;
    font-display: optional;
}

@font-face {
    font-family: 'ArabicFont';
    src: url('../arabic_font/Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ArabicFont';
    src: url('../arabic_font/Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'ArabicFont';
    src: url('../arabic_font/Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ArabicFont';
    src: url('../arabic_font/Demi-Bold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'ArabicFont';
    src: url('../arabic_font/Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

* {
    font-family: 'Bounded', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size-adjust: 0.48;
}

body, h1, h2, h3, h4, h5, h6, p, span, div, a, button, input, textarea, select {
    font-family: 'Bounded', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

.lang-ar {
    font-family: 'ArabicFont', sans-serif !important;
}
