﻿@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,600,600i,800');

.type-poppins {
    font-family: 'Poppins', sans-serif;
    font-size: 100%; 
    line-height: 1.6;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
}
.type-poppins p, .type-poppins td, .type-poppins li, .type-poppins label {
    font-family: 'Poppins', sans-serif;
    /* font-size: 0.9rem;  */
    font-size: 1.05rem;
    /* line-height: 1.6; */
    line-height: 1.9;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
}
.type-poppins.sm p, .type-poppins.sm td, .type-poppins.sm li, .type-poppins.sm label {
    font-size: 0.9rem;
    line-height: 1.6;
}
.type-poppins.lg p, .type-poppins.lg td, .type-poppins.lg li, .type-poppins.lg label {
    font-size: 1.25rem;
    line-height: 2;
}
.type-poppins h1, .type-poppins h2, .type-poppins h3, .type-poppins h4, .type-poppins h5, .type-poppins h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.5;
    text-transform: none;
    font-style: normal;
}        

.type-poppins h1 {font-size: 2.8rem;margin: 0.06rem 0 0.3rem;}
.type-poppins h2 {font-size: 2.25rem;margin: 0.18rem 0 0.3rem;}
.type-poppins h3 {font-size: 1.7rem;margin: 0.36rem 0 0.3rem;}
.type-poppins h4 {font-size: 1.4rem;margin: 0.48rem 0 0.3rem;line-height: 1.6;}
.type-poppins h5 {font-size: 1.17rem;margin: 0.55rem 0 0.3rem;line-height: 1.8;}
.type-poppins h6 {font-size: 1rem;margin: 0.7rem 0 0.3rem;font-weight: 800;line-height: 2;}
.type-poppins p {margin: 0.7rem 0 1rem;}

@media only screen and (max-width: 640px) {
    .type-poppins h1 {font-size: 2.3rem;}
    .type-poppins h2 {font-size: 2rem;}
    .type-poppins h3 {font-size: 1.7rem;}
    .type-poppins h4 {font-size: 1.4rem;}
    .type-poppins h5 {font-size: 1.2rem;}
    .type-poppins h6 {font-size: 1rem;} 
}

.type-poppins .display-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: -3px;
    line-height: 1.5;
}