/* 100% SELF-HOSTED FONTS & ICONS (0 THIRD-PARTY DEPENDENCIES) */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: local('Outfit'), local('Segoe UI'), system-ui, -apple-system, sans-serif;
}

@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700 800;
    font-display: swap;
    src: local('Space Grotesk'), local('Segoe UI'), system-ui, -apple-system, sans-serif;
}

body, html, input, button, select, textarea {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.brand-font {
    font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}
