@font-face {
    font-family: 'Xenon';
    font-style: normal;
    font-weight: 400;
    src:
        local('Xenon'),
        url('/fonts/MonaspaceXenon.woff2') format('woff2');
}

@font-face {
    font-family: 'Fire Sans';
    font-style: normal;
    font-weight: 400;
    src:
        local('Fire Sans'),
        url('/fonts/fira-sans.woff2') format('woff2');
}

:root {
    --font-hack: 'Xenon', system-ui, sans-serif;
    --font-body: 'Fire Sans', system-ui, sans-serif;
    --font-head: 'Fire Sans', system-ui, sans-serif;
}
