@font-face {
    font-family: 'Tungsten';
    src: url('Tungsten-Medium.woff2') format('woff2'),
        url('Tungsten-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Tungsten';
    src: url('Tungsten-Bold.woff2') format('woff2'),
        url('Tungsten-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

