@font-face {
    font-family: 'Cairo';
    src: url('../fonts/cairo/Cairo-Regular.woff2') format('woff2'),
         url('../fonts/cairo/Cairo-Regular.woff') format('woff'),
         url('../fonts/cairo/Cairo-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/cairo/Cairo-Bold.woff2') format('woff2'),
         url('../fonts/cairo/Cairo-Bold.woff') format('woff'),
         url('../fonts/cairo/Cairo-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/cairo/Cairo-Light.woff2') format('woff2'),
         url('../fonts/cairo/Cairo-Light.woff') format('woff'),
         url('../fonts/cairo/Cairo-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/cairo/Cairo-Black.woff2') format('woff2'),
         url('../fonts/cairo/Cairo-Black.woff') format('woff'),
         url('../fonts/cairo/Cairo-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/cairo/Cairo-SemiBold.woff2') format('woff2'),
         url('../fonts/cairo/Cairo-SemiBold.woff') format('woff'),
         url('../fonts/cairo/Cairo-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/cairo/Cairo-ExtraLight.woff2') format('woff2'),
         url('../fonts/cairo/Cairo-ExtraLight.woff') format('woff'),
         url('../fonts/cairo/Cairo-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

html, body, h1, h2, h3, h4, h5, h6, input, button, textarea, select, .btn, .form-control {
    font-family: 'Cairo', Arial, sans-serif !important;
}
