/* Cairo, SIL Open Font License 1.1. License: ./OFL.txt. No external font services. */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 200 1000;
    font-display: swap;
    src: url('./cairo-normal-wght-v1.woff2') format('woff2');
}
@font-face {
    font-family: 'Cairo';
    font-style: italic;
    font-weight: 200 1000;
    font-display: swap;
    src: url('./cairo-slanted-wght-v1.woff2') format('woff2');
}
:root {
    --font-family: 'Cairo', sans-serif;
    --font-sans: 'Cairo', sans-serif;
    --font-serif: 'Cairo', sans-serif;
    --font-mono: 'Cairo', sans-serif;
}
html, body, body *, body *::before, body *::after {
    font-family: 'Cairo', sans-serif !important;
}
body { font-synthesis: none; }
@media print {
    html, body, body * { font-family: 'Cairo', sans-serif !important; }
}
