:root {
    --primaryColor: #0A1C2B;
    --secondaryColor: #15477C;
    --accentColor: #D6AD60;
    --ctaColor: #25F097;

    --accentRedDark:rgba(182,34,46,1);
    --accentRedLight:rgba(252,55,85,1);

	--gotham: 'Gotham', sans-serif;
	--gotham-light: 'Gotham-Light', sans-serif;
	--campton: 'Campton', sans-serif;

    --mobile-header-font-size: 34px;
    --mobile-header-line-height: 42px;
    --mobile-header-letter-spacing: 0;
    --mobile-header-text-align:left;
    --mobile-header-font-weight: 900;
}

@font-face {
    font-family: 'Campton';
    src: url('/assets/fonts/Campton-Light.eot');
    src: url('/assets/fonts/Campton-Light.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Campton-Light.woff2') format('woff2'),
        url('/assets/fonts/Campton-Light.woff') format('woff'),
        url('/assets/fonts/Campton-Light.ttf') format('truetype'),
        url('/assets/fonts/Campton-Light.svg#Campton-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Campton';
    src: url('/assets/fonts/Campton-Bold.eot');
    src: url('/assets/fonts/Campton-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Campton-Bold.woff2') format('woff2'),
        url('/assets/fonts/Campton-Bold.woff') format('woff'),
        url('/assets/fonts/Campton-Bold.ttf') format('truetype'),
        url('/assets/fonts/Campton-Bold.svg#Campton-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Campton';
    src: url('/assets/fonts/Campton-Medium.eot');
    src: url('/assets/fonts/Campton-Medium.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Campton-Medium.woff2') format('woff2'),
        url('/assets/fonts/Campton-Medium.woff') format('woff'),
        url('/assets/fonts/Campton-Medium.ttf') format('truetype'),
        url('/assets/fonts/Campton-Medium.svg#Campton-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Gotham Book';
    src: url('/assets/fonts/GothamHTF-Book.eot');
    src: url('/assets/fonts/GothamHTF-Book.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/GothamHTF-Book.woff2') format('woff2'),
        url('/assets/fonts/GothamHTF-Book.woff') format('woff'),
        url('/assets/fonts/GothamHTF-Book.ttf') format('truetype'),
        url('/assets/fonts/GothamHTF-Book.svg#GothamHTF-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('/assets/fonts/GothamHTF-Medium.eot');
    src: url('/assets/fonts/GothamHTF-Medium.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/GothamHTF-Medium.woff2') format('woff2'),
        url('/assets/fonts/GothamHTF-Medium.woff') format('woff'),
        url('/assets/fonts/GothamHTF-Medium.ttf') format('truetype'),
        url('/assets/fonts/GothamHTF-Medium.svg#GothamHTF-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('/assets/fonts/GothamHTF-Medium.eot');
    src: url('/assets/fonts/GothamHTF-Medium.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/GothamHTF-Medium.woff2') format('woff2'),
        url('/assets/fonts/GothamHTF-Medium.woff') format('woff'),
        url('/assets/fonts/GothamHTF-Medium.ttf') format('truetype'),
        url('/assets/fonts/GothamHTF-Medium.svg#GothamHTF-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('/assets/fonts/GothamHTF-Bold.eot');
    src: url('/assets/fonts/GothamHTF-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/GothamHTF-Bold.woff2') format('woff2'),
        url('/assets/fonts/GothamHTF-Bold.woff') format('woff'),
        url('/assets/fonts/GothamHTF-Bold.ttf') format('truetype'),
        url('/assets/fonts/GothamHTF-Bold.svg#GothamHTF-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('/assets/fonts/GothamPro-Medium.eot');
    src: url('/assets/fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/GothamPro-Medium.woff2') format('woff2'),
        url('/assets/fonts/GothamPro-Medium.woff') format('woff'),
        url('/assets/fonts/GothamPro-Medium.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
