@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/cairo/Cairo-ExtraLight.ttf') format('truetype');
}
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/cairo/Cairo-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/cairo/Cairo-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/cairo/Cairo-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/cairo/Cairo-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/cairo/Cairo-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/cairo/Cairo-ExtraBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/cairo/Cairo-Black.ttf') format('truetype');
}

:root {
    --bs-font-sans-serif: 'Cairo', sans-serif !important;
    --bs-body-font-family: 'Cairo', sans-serif !important;
    --font-secondary: 'Cairo', sans-serif !important;
    --font-primary: 'Cairo', sans-serif !important;
    --font-name: 'Cairo', sans-serif !important;
}

body, h1, h2, h3, h4, h5, h6, p, a, span, div, input, button, select, textarea, label {
    font-family: 'Cairo', sans-serif !important;
}

/* Keep icon sets on their own font families */
