@font-face {
    font-family: 'Playfair Display';
    src: url('/assets/fonts/playfairDisplay/PlayfairDisplay.woff2') format('woff2'),
    url('/assets/fonts/playfairDisplay/PlayfairDisplay.woff') format('woff'),
    url('/assets/fonts/playfairDisplay/PlayfairDisplay.eot') format('eot'),
    url('/assets/fonts/playfairDisplay/PlayfairDisplay.ttf') format('truetype'),
    url('/assets/fonts/playfairDisplay/PlayfairDisplay.woff') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('/assets/fonts/playfairDisplay/PlayfairDisplay-Bold.woff2') format('woff2'),
    url('/assets/fonts/playfairDisplay/PlayfairDisplay-Bold.woff') format('woff'),
    url('/assets/fonts/playfairDisplay/PlayfairDisplay-Bold.eot') format('eot'),
    url('/assets/fonts/playfairDisplay/PlayfairDisplay-Bold.ttf') format('truetype'),
    url('/assets/fonts/playfairDisplay/PlayfairDisplay-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('/assets/fonts/robotoCondensed/RobotoCondensed-Light.woff2') format('woff2'),
    url('/assets/fonts/robotoCondensed/RobotoCondensed-Light.woff') format('woff'),
    url('/assets/fonts/robotoCondensed/RobotoCondensed-Light.eot') format('eot'),
    url('/assets/fonts/robotoCondensed/RobotoCondensed-Light.ttf') format('truetype'),
    url('/assets/fonts/robotoCondensed/RobotoCondensed-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('/assets/fonts/robotoCondensed/RobotoCondensed-Regular.woff2') format('woff2'),
    url('/assets/fonts/robotoCondensed/RobotoCondensed-Regular.woff') format('woff'),
    url('/assets/fonts/robotoCondensed/RobotoCondensed-Regular.eot') format('eot'),
    url('/assets/fonts/robotoCondensed/RobotoCondensed-Regular.ttf') format('truetype'),
    url('/assets/fonts/robotoCondensed/RobotoCondensed-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('/assets/fonts/robotoCondensed/RobotoCondensed-Bold.woff2') format('woff2'),
    url('/assets/fonts/robotoCondensed/RobotoCondensed-Bold.woff') format('woff'),
    url('/assets/fonts/robotoCondensed/RobotoCondensed-Bold.eot') format('eot'),
    url('/assets/fonts/robotoCondensed/RobotoCondensed-Bold.ttf') format('truetype'),
    url('/assets/fonts/robotoCondensed/RobotoCondensed-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Gotham Pro';
    src: url('/assets/fonts/gothamPro/GothamPro.woff2') format('woff2'),
    url('/assets/fonts/gothamPro/GothamPro.woff') format('woff'),
    url('/assets/fonts/gothamPro/GothamPro.eot') format('eot'),
    url('/assets/fonts/gothamPro/GothamPro.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Gotham Pro Medium';
    src: url('/assets/fonts/gothamPro/GothamPro-Medium.woff2') format('woff2'),
    url('/assets/fonts/gothamPro/GothamPro-Medium.woff') format('woff'),
    url('/assets/fonts/gothamPro/GothamPro-Medium.eot') format('eot'),
    url('/assets/fonts/gothamPro/GothamPro-Medium.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Gotham Pro Bold';
    src: url('/assets/fonts/gothamPro/GothamPro-Bold.woff2') format('woff2'),
    url('/assets/fonts/gothamPro/GothamPro-Bold.woff') format('woff'),
    url('/assets/fonts/gothamPro/GothamPro-Bold.eot') format('eot'),
    url('/assets/fonts/gothamPro/GothamPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}