@font-face {
    font-family: "Satoshi";
    src: url("../fonts/Satoshi-Medium.378def5c1f4d.otf") format("opentype");
    font-weight: 100 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gelasio";
    src: url("../fonts/Gelasio-VariableFont_wght.fa1543aba7de.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --app-font-family: "Gelasio", "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

html,
body,
body * {
    font-family: var(--app-font-family);
    letter-spacing: 1px;
}
