/* Tungsten Font */
@font-face {
    font-family: 'Tungsten';
    src: url('Tungsten/Tungsten-Bold.woff2') format('woff2'),
        url('Tungsten/Tungsten-Bold.woff') format('woff');
        font-weight: 700;
        font-display: swap;
}

/* Satoshi Font */
@font-face {
    font-family: 'Satoshi';
    src: url('Satoshi/Satoshi-Regular.woff2') format('woff2'),
        url('Satoshi/Satoshi-Regular.woff') format('woff');
        font-weight: 400;
        font-display: swap;
}