@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 100 900;
    font-display: block;
    src: url("fonts/outfit-latin.woff2") format("woff2");
}

:root {
    --font-sans: 'Outfit', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

html:not(.fonts-ready) body {
    visibility: hidden;
}

*,
*::before,
*::after,
html,
body,
input,
button,
select,
textarea {
    font-family: var(--font-sans);
}
