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

/* belleza-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: 'Belleza';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/belleza-v17-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('/fonts/belleza-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/belleza-v17-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('/fonts/belleza-v17-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('/fonts/belleza-v17-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('/fonts/belleza-v17-latin-regular.svg#Belleza') format('svg'); /* Legacy iOS */
  }

.b-regular{
    font-family: 'Belleza';
}


p, a, .p, li{
    /* 18px */
    font-size: 1.125rem;
    line-height: 1.6;
}

h1, .h1{
    /* 75px */
    font-size: 4.625rem !important;
    line-height: 95% !important;
}

h2, .h2{
    /* 54px */
    font-size: 3.375rem !important;
    line-height: 1 !important;
}

h3, .h3{
    /* 44px */
    font-size: 2.75rem !important;
    line-height: 1.05 !important;
}

h4, .h4{
    /* 28px */
    font-size: 1.75rem;
    line-height: 1.2;
}

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

h6, .h6{
    /* 16px */
    font-size: 1rem;
    line-height: 1.05;
}

.social-media-heading{
    /* 20px */
    font-size: 1.25rem;
    line-height: 1.2;
}

.lage-font{
    font-size: 2.25rem;
    line-height: 1.2;
}

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

.ls-sm-min{
    letter-spacing: 2px;
}

@media (max-width: 1600px) {

}

@media (max-width: 1440px) {


}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {

}

@media (max-width: 768px) {

    h1, .h1{
        /* 75px */
        font-size: 3.525rem !important;
        line-height: 95% !important;
    }
    
    h2, .h2{
        /* 54px */
        font-size: 2.75rem !important;
        line-height: 1.05 !important;
    }
    
    h3, .h3{
        /* 44px */
        font-size: 2.25rem !important;
        line-height: 1.05 !important;
    }
    
    h4, .h4{
        /* 24px */
        font-size: 1.5rem;
        line-height: 1.2;
    }
    
    h5, .h5{
        /* 20px */
        font-size: 1.25rem;
        line-height: 1.2;
    }  
    
    h6, .h6{
        /* 16px */
        font-size: 1rem;
        line-height: 1.05;
    }

}

@media (max-width: 576px) {

    .downloads-headings{
        letter-spacing: 0.9px;
    }

}