@font-face {
    font-family: 'Cairo';
    font-weight: normal;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Regular';
    src: url("Cairo-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Cairo';
    font-weight: bold;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'EBold';
    src: url("Cairo-Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'Cairo';
    font-weight: 900;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'ExtraBold';
    src: url("Cairo-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: 'Cairo';
    font-weight: 100 900;
    font-display: swap;
    font-style: oblique;
    font-named-instance: 'Italic';
    src: url("Cairo-Regular.ttf") format("woff2");
}
