
/* =================================== */
/* ============== FONTS ============== */
/* =================================== */

/* inter-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter Light';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/inter-v13-latin-300.eot'); /* IE9 Compat Modes */
    src: url('/fonts/inter-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/inter-v13-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('/fonts/inter-v13-latin-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('/fonts/inter-v13-latin-300.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('/fonts/inter-v13-latin-300.svg#Inter') format('svg'); /* Legacy iOS */
}

/* inter-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter Regular';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/inter-v13-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('/fonts/inter-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/inter-v13-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('/fonts/inter-v13-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('/fonts/inter-v13-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('/fonts/inter-v13-latin-regular.svg#Inter') format('svg'); /* Legacy iOS */
}

/* inter-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter Medium';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/inter-v13-latin-500.eot'); /* IE9 Compat Modes */
    src: url('/fonts/inter-v13-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/inter-v13-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('/fonts/inter-v13-latin-500.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('/fonts/inter-v13-latin-500.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('/fonts/inter-v13-latin-500.svg#Inter') format('svg'); /* Legacy iOS */
}

/* inter-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter Semibold';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/inter-v13-latin-600.eot'); /* IE9 Compat Modes */
    src: url('/fonts/inter-v13-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/inter-v13-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('/fonts/inter-v13-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('/fonts/inter-v13-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('/fonts/inter-v13-latin-600.svg#Inter') format('svg'); /* Legacy iOS */
}

.i-light,
.i-light p{
    font-family: 'Inter Light' !important;
}

.i-regular{
    font-family: 'Inter Regular';
}

.i-medium{
    font-family: 'Inter Medium';
}

.i-semibold{
    font-family: 'Inter Semibold';
}

p, a, .p, li{
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-family: 'Inter Regular';
}

h1, .h1{
    /* 78px */
    font-size: 4.875rem;
    line-height: 4.875rem;
}

h2, .h2{
    /* 58px */
    font-size: 3.625rem;
    line-height: 3rem;
}

h3, .h3, .h3 p{
    /* 42px */
    font-size: 2.625rem;
    line-height: 2.625rem;
}

h4, .h4, .h4 p{
    /* 32px */
    font-size: 2rem;
    line-height: 2.625rem;
}

h5, .h5, .h5 p{
    /* 24px */
    font-size: 1.5rem;
    line-height: 2rem;
}  

h6, .h6, .h6 p{
    font-size: 0.938rem;
    line-height: 1.188rem;
}

.small-text{
    font-size: 0.75rem;
    line-height: 1rem;
}

.normal-text{
    font-size: 1rem;
    line-height: 1rem;
}

.big-text{
    font-size: 5.5rem;
    line-height: 5.5rem;
}

.ls-sm{
    letter-spacing: 1.25px;
}

.ls-minus{
    letter-spacing: -0.15px;
}

.ls-minus-sm{
    letter-spacing: -0.30px;
}


@media (max-width: 1600px) {

}

@media (max-width: 1440px) {


}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {

}

@media (max-width: 768px) {

    h1, .h1{
        /* 78px */
        font-size: 3.225rem;
        line-height: 3.225rem;
    }
    
    h2, .h2{
        /* 58px */
        font-size: 2.625rem;
        line-height: 2.625rem;
    }
    
    h3, .h3{
        /* 42px */
        font-size: 2rem;
        line-height: 2.625rem;
    }
    
    h4, .h4{
        /* 32px */
        font-size: 1.5rem;
        line-height: 2rem;
    }
    
    h5, .h5{
        /* 24px */
        font-size: 1.2rem;
        line-height: 1.7rem;
    }  
    
    h6, .h6{
        font-size: 0.938rem;
        line-height: 1.188rem;
    }

}

@media (max-width: 576px) {



}