@font-face {
    font-family: 'Jost';
    src: url('./Jost-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Material Symbols Sharp';
    src: url('./MaterialSymbolsSharp-VariableFont_FILL,GRAD,opsz,wght.ttf') format('truetype-variations');
    font-weight: 100 700;
    font-style: normal;
    font-display: block;
}
.material-symbols-sharp,
.material-symbols-outlined {
    font-family: 'Material Symbols Sharp';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    user-select: none;
}
html,body {
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'Jost', system-ui, sans-serif;
}
