@font-face {
    font-family: 'Tungsten';
    src: url('fonts/Tungsten-Thin.woff2') format('woff2'),
         url('fonts/Tungsten-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Tungsten';
    src: url('fonts/Tungsten-ExtraLight.woff2') format('woff2'),
         url('fonts/Tungsten-ExtraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Tungsten';
    src: url('fonts/Tungsten-Light.woff2') format('woff2'),
         url('fonts/Tungsten-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Tungsten';
    src: url('fonts/Tungsten-Book.woff2') format('woff2'),
         url('fonts/Tungsten-Book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

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

@font-face {
    font-family: 'Tungsten';
    src: url('fonts/Tungsten-Semibold.woff2') format('woff2'),
         url('fonts/Tungsten-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Tungsten';
    src: url('fonts/Tungsten-Bold.woff2') format('woff2'),
         url('fonts/Tungsten-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Tungsten';
    src: url('fonts/Tungsten-Black.woff2') format('woff2'),
         url('fonts/Tungsten-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}