
/* =================================== */
/* ============== FONTS ============== */
/* =================================== */

@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Gill Sans Light';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/Gill Sans Light.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Gill Sans Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/Gill Sans Light.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('/fonts/Gill Sans Light.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('/fonts/Gill Sans Light.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('/fonts/Gill Sans Light.svg#Gill Sans Light') format('svg'); /* Legacy iOS */
}

@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Gill Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/Gill Sans.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Gill Sans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/Gill Sans.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('/fonts/Gill Sans.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('/fonts/Gill Sans.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('/fonts/Gill Sans.svg#Gill Sans') format('svg'); /* Legacy iOS */
}

@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'OPTIMA';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/OptimaLTPro-Roman.eot'); /* IE9 Compat Modes */
    src: url('/fonts/OptimaLTPro-Roman.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/OptimaLTPro-Roman.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('/fonts/OptimaLTPro-Roman.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('/fonts/OptimaLTPro-Roman.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('/fonts/OptimaLTPro-Roman.svg#OPTIMA') format('svg'); /* Legacy iOS */
}

.g-light{
    font-family: 'Gill Sans Light';
}

.g-regular{
    font-family: 'Gill Sans';
}

.optima{
    font-family: 'OPTIMA';
}

p, a, .p, li{
    font-size: 1rem !important;
    line-height: 1.75rem !important;
}

h1, .h1, .h1 p{
    /* 80px */
    font-size: 5rem !important;
    line-height: 5rem !important;
}

h2, .h2, .h2 p{
    /* 48px */
    font-size: 3rem !important;
    line-height: 3.625rem !important;
}

h3, .h3, .h3 p{
    /* 32px */
    font-size: 2rem !important;
    line-height: 2.325rem !important;
}

h4, .h4, .h4 p{
    /* 24px */
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
}

h5, .h5, .h5 p, .h5 a{
    /* 20px */
    font-size: 1.25rem !important;
    line-height: 1 !important;
}  

h6, .h6{

}

@media (max-width: 1600px) {

}

@media (max-width: 1440px) {

}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {

}

@media (max-width: 768px) {

    h1, .h1, .h1 p{
    /* 80px */
    font-size: 2.7rem !important;
    line-height: 2.7rem !important;
    }

    h2, .h2, .h2 p{
        /* 48px */
        font-size: 2.5rem !important;
        line-height: 2.625rem !important;
    }

    h3, .h3, .h3 p{

    }

}

@media (max-width: 576px) {


}