/******************* All fonts *********************/
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('../fonts/ProximaNova-Light.eot');
    src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Light.woff2') format('woff2'),
        url('../fonts/ProximaNova-Light.woff') format('woff'),
        url('../fonts/ProximaNova-Light.ttf') format('truetype'),
        url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic Pro';
    src: url('../fonts/CenturyGothicPro.eot');
    src: url('../fonts/CenturyGothicPro.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothicPro.woff2') format('woff2'),
        url('../fonts/CenturyGothicPro.woff') format('woff'),
        url('../fonts/CenturyGothicPro.ttf') format('truetype'),
        url('../fonts/CenturyGothicPro.svg#CenturyGothicPro') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

