@font-face {
    font-family: 'Tanker';
    src: url('Tanker-Regular.woff2') format('woff2'),
        url('Tanker-Regular.woff') format('woff'),
        url('Tanker-Regular.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "JetBrains Mono";
    src: url("JetBrainsMono-VariableFont_wght.woff2") format("woff2-variations"),
    url("JetBrainsMono-VariableFont_wght.ttf") format("truetype-variations");
    font-weight: 100 800;
    font-style: normal;
    font-display: swap;
}