/**
 * Font Faces
 */

    @font-face {
        font-family: 'P22 Underground';
        src: url(../../../fonts/P22UndergroundBook.woff) format('woff'),
            url(../../../fonts/P22UndergroundBook.woff2) format('woff2');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'P22 Underground';
        src: url(../../../fonts/P22UndergroundMedium.woff) format('woff'),
            url(../../../fonts/P22UndergroundMedium.woff2) format('woff2');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'P22 Underground';
        src: url(../../../fonts/P22UndergroundSemiBold.woff) format('woff'),
            url(../../../fonts/P22UndergroundSemiBold.woff2) format('woff2');
        font-weight: 600;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'P22 Underground';
        src: url(../../../fonts/P22UndergroundHeavy.woff) format('woff'),
            url(../../../fonts/P22UndergroundHeavy.woff2) format('woff2');
        font-weight: 800;
        font-style: normal;
        font-display: swap;
    }
