/* Arabic */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 200 900;
    font-display: swap;
    src: url('/assets/fonts/cairo1.woff2') format('woff2');
    unicode-range: U+0600-06FF;
}

/* Latin Extended */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 200 900;
    font-display: swap;
    src: url('/assets/fonts/cairo2.woff2') format('woff2');
    unicode-range: U+0100-02BA;
}

/* Latin */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 200 900;
    font-display: swap;
    src: url('/assets/fonts/cairo3.woff2') format('woff2');
    unicode-range: U+0000-00FF;
}
