
/* =================================== */
/* ============== 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: 'Sensation';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/Sansation-Light.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Sansation-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/Sansation-Light.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('/fonts/Sansation-Light.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('/fonts/Sansation-Light.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('/fonts/Sansation-Light.svg#Sensation') 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: 'Sensation';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/Sansation-Regular.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Sansation-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/Sansation-Regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('/fonts/Sansation-Regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('/fonts/Sansation-Regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('/fonts/Sansation-Regular.svg#Sensation') 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: 'Sensation';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/Sansation-Bold.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Sansation-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/Sansation-Bold.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('/fonts/Sansation-Bold.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('/fonts/Sansation-Bold.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('/fonts/Sansation-Bold.svg#Sensation') format('svg'); /* Legacy iOS */
}
  
.sansation{
    font-family: 'Sensation';
}

.w-light{
    font-weight: 300;
}

.w-regular{
    font-weight: 400;
}

.w-bold{
    font-weight: 700;
}

.ls-sm{
    letter-spacing: 1.5px !important;
}

p, a, .p, li{
    /* 18px */
    font-size: 1.125rem !important;
    line-height: 1.6 !important;
}

h1, .h1, .h1 p{
    /* 80px */
    font-size: 5rem !important;
    line-height: 1.08 !important;
}

h2, .h2, .h2 p{
    /* 42px */
    font-size: 2.625rem !important;
    line-height: 1.08 !important;
}

h3, .h3, .h3 p{
    /* 24px */
    font-size: 1.5rem !important;
    line-height: 1.08 !important;
}

h4, .h4, .h4 p{
    /* 20px */
    font-size: 1.25rem !important;
    line-height: 1.08 !important;
}

h5, .h5, .h5 p{
    /* 14px */
    font-size: 0.875rem !important;
    line-height: 1.08 !important;
}  

h6, .h6{

}

.partner-title{
    /* 24px */
    font-size: 1.8rem !important;
    line-height: 1.08 !important;
}  


@media (max-width: 1600px) {

}

@media (max-width: 1440px) {

}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {

    h1, .h1, .h1 p{
        /* 80px */
        font-size: 3.25rem !important;
        line-height: 1.08 !important;
    }

    h2, .h2, .h2 p{
        /* 42px */
        font-size: 2.225rem !important;
        line-height: 1.08 !important;
    }
}

@media (max-width: 768px) {

}

@media (max-width: 576px) {

    h1, .h1, .h1 p{
        /* 80px */
        font-size: 2.25rem !important;
        line-height: 1.08 !important;
    }

    h2, .h2, .h2 p{
        /* 42px */
        font-size: 1.8rem !important;
        line-height: 1.08 !important;
    }

}