
/* =================================== */
/* ============== FONTS ============== */
/* =================================== */

/* quicksand-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: 'Quicksand Light';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/quicksand-v36-latin-300.eot'); /* IE9 Compat Modes */
    src: url('/fonts/quicksand-v36-latin-300?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('/fonts/quicksand-v36-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
        url('/fonts/quicksand-v36-latin-300.woff') format('woff'), /* Modern Browsers */
        url('/fonts/quicksand-v36-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
        url('/fonts/quicksand-v36-latin-300.svg#Quicksand') format('svg');
}

/* quicksand-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: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/quicksand-v36-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('/fonts/quicksand-v36-latin-regular?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('/fonts/quicksand-v36-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('/fonts/quicksand-v36-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('/fonts/quicksand-v36-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('/fonts/quicksand-v36-latin-regular.svg#Quicksand') format('svg');
}

/* quicksand-700 - 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: 'Quicksand Bold';
    font-style: normal;
    font-weight: 700;
        src: url('/fonts/quicksand-v36-latin-700.eot'); /* IE9 Compat Modes */
        src: url('/fonts/quicksand-v36-latin-700?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('/fonts/quicksand-v36-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
            url('/fonts/quicksand-v36-latin-700.woff') format('woff'), /* Modern Browsers */
            url('/fonts/quicksand-v36-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
            url('/fonts/quicksand-v36-latin-700.svg#Quicksand') format('svg'); /* Legacy iOS */
}

.q-light{
    font-family: 'Quicksand Light';
}

.q-regular{
    font-family: 'Quicksand';
}

.q-bold{
    font-family: 'Quicksand Bold';
}

p, a, .p, li{
    font-size: 1rem !important;
    line-height: 1.6 !important;
}

h1, .h1, .h1 p{
    font-size: 3.375rem !important;
    line-height: 1.2 !important;
}  

h2, .h2, .h2 p{
    font-size: 3rem !important;
    line-height: 1.08 !important;
}

h3, .h3, .h3 p{
    font-size: 2.2rem !important;
    line-height: 1.2 !important;
}  

h4, .h4, .h4 p{

}

h5, .h5, .h5 p{

}  

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{
        /* 52px */
        font-size: 1.75rem !important;
        line-height: 2rem !important;
    }

    h2, .h2, .h2 p{
        /* 38px */
        font-size: 1.5rem !important;
        line-height: 2.3rem !important;
    }

    h3, .h3, .h3 p{
        /* 32px */
        font-size: 1.3rem !important;
        line-height: 1.5rem !important;
    }

}

@media (max-width: 576px) {


}