/* FONTS */
@font-face {
    font-family: 'AlphaQuantumGlyphset-Regular';
    src: url('fonts/AlphaQuantumGlyphset/AlphaQuantumGlyphset-Regular.eot');
    src: url('fonts/AlphaQuantumGlyphset/AlphaQuantumGlyphset-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/AlphaQuantumGlyphset/AlphaQuantumGlyphset-Regular.woff2') format('woff2'),
        url('fonts/AlphaQuantumGlyphset/AlphaQuantumGlyphset-Regular.woff') format('woff'),
        url('fonts/AlphaQuantumGlyphset/AlphaQuantumGlyphset-Regular.svg#AlphaQuantumGlyphset-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FranklinGothic-Heavy';
    src: url('fonts/Franklin/FranklinGothic-Heavy.eot');
    src: url('fonts/Franklin/FranklinGothic-Heavy.eot?#iefix') format('embedded-opentype'),
        url('fonts/Franklin/FranklinGothic-Heavy.woff2') format('woff2'),
        url('fonts/Franklin/FranklinGothic-Heavy.woff') format('woff'),
        url('fonts/Franklin/FranklinGothic-Heavy.svg#FranklinGothic-Heavy') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'PF Transport';
    src: url('fonts/PFTransport/PFTransportBlack-Regular.eot');
    src: url('fonts/PFTransport/PFTransportBlack-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/PFTransport/PFTransportBlack-Regular.woff2') format('woff2'),
        url('fonts/PFTransport/PFTransportBlack-Regular.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Transport';
    src: url('fonts/PFTransport/PFTransportMedium-Regular.eot');
    src: url('fonts/PFTransport/PFTransportMedium-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/PFTransport/PFTransportMedium-Regular.woff2') format('woff2'),
        url('fonts/PFTransport/PFTransportMedium-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Transport';
    src: url('fonts/PFTransport/PFTransportLight-Regular.eot');
    src: url('fonts/PFTransport/PFTransportLight-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/PFTransport/PFTransportLight-Regular.woff2') format('woff2'),
        url('fonts/PFTransport/PFTransportLight-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Transport';
    src: url('fonts/PFTransport/PFTransportThin-Regular.eot');
    src: url('fonts/PFTransport/PFTransportThin-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/PFTransport/PFTransportThin-Regular.woff2') format('woff2'),
        url('fonts/PFTransport/PFTransportThin-Regular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Bague Sans Pro';
    src: url('fonts/PFBague/PFBagueSansPro-Bold.eot');
    src: url('fonts/PFBague/PFBagueSansPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/PFBague/PFBagueSansPro-Bold.woff2') format('woff2'),
        url('fonts/PFBague/PFBagueSansPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Bague Sans Pro';
    src: url('fonts/PFBague/PFBagueSansPro-Thin.eot');
    src: url('fonts/PFBague/PFBagueSansPro-Thin.eot?#iefix') format('embedded-opentype'),
         url('fonts/PFBague/PFBagueSansPro-Thin.woff2') format('woff2'),
         url('fonts/PFBague/PFBagueSansPro-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}




.transport-thin {font-weight:100;font-family:'PF Transport'}
.transport-light {font-weight:300;font-family:'PF Transport'}
.transport-medium {font-weight:500;font-family:'PF Transport'}
.transport-black {font-weight:900;font-family:'PF Transport'}

.alphaquantum {font-family:'AlphaQuantumGlyphset-Regular'}
.franklin {font-family: 'FranklinGothic-Heavy';font-weight:normal}

.baguebold{font-family: 'PF Bague Sans Pro';font-weight: bold;}
.baguethin{font-family: 'PF Bague Sans Pro';font-weight: 100;}