@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.eot');
    src: url('fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-Regular.woff2') format('woff2'), url('fonts/Poppins-Regular.woff') format('woff'), url('fonts/Poppins-Regular.ttf') format('truetype'), url('fonts/Poppins-Regular.svg#Poppins') format('svg');
}

@font-face {
    font-family: 'Poppins Italic';
    src: url('fonts/Poppins-Italic.eot');
    src: url('fonts/Poppins-Italic.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-Italic.woff2') format('woff2'), url('fonts/Poppins-Italic.woff') format('woff'), url('fonts/Poppins-Italic.ttf') format('truetype'), url('fonts/Poppins-Italic.svg#Poppins') format('svg');
}

@font-face {
    font-family: 'Poppins Bold';
    src: url('fonts/Poppins-Bold.eot');
    src: url('fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-Bold.woff2') format('woff2'), url('fonts/Poppins-Bold.woff') format('woff'), url('fonts/Poppins-Bold.ttf') format('truetype'), url('fonts/Poppins-Bold.svg#Poppins') format('svg');
}
@font-face {
    font-family: 'Poppins BoldItalic';
    src: url('fonts/Poppins-BoldItalic.eot');
    src: url('fonts/Poppins-BoldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-BoldItalic.woff2') format('woff2'), url('fonts/Poppins-BoldItalic.woff') format('woff'), url('fonts/Poppins-BoldItalic.ttf') format('truetype'), url('fonts/Poppins-BoldItalic.svg#Poppins') format('svg');
}


@font-face {
    font-family: 'Poppins Light';
    src: url('fonts/Poppins-Light.eot');
    src: url('fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-Light.woff2') format('woff2'), url('fonts/Poppins-Light.woff') format('woff'), url('fonts/Poppins-Light.ttf') format('truetype'), url('fonts/Poppins-Light.svg#Poppins Light') format('svg');
}
@font-face {
    font-family: 'Poppins LightItalic';
    src: url('fonts/Poppins-LightItalic.eot');
    src: url('fonts/Poppins-LightItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-LightItalic.woff2') format('woff2'), url('fonts/Poppins-LightItalic.woff') format('woff'), url('fonts/Poppins-LightItalic.ttf') format('truetype'), url('fonts/Poppins-LightItalic.svg#Poppins Light') format('svg');
}

.font-size10 {
    font-size: 10px;
}
.font-size12 {
    font-size: 12px;
}
.font-size14 {
    font-size: 14px;
}
.font-size16 {
    font-size: 16px;
}
.font-size18 {
    font-size: 18px;
}
.font-size20 {
    font-size: 20px;
}
.font-size22 {
    font-size: 22px;
}
.font-size28 {
    font-size: 28px;
}
.text-brand{
    color: #182C6B;
}

.text-dark-blue{
    color: #0A1740;
}
.font-bold,b, strong {
    font-family: 'Poppins Bold';
    font-weight: normal;
}
.font-regular{
     font-family: 'Poppins';
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins Bold';
    font-weight: normal;
     color: #182C6B;
}
.h1, h1 {
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 34px;
}
.h2, h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.h3, h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.h4, h4 {
    font-size: 18px;
}
.h5, h5 {
    font-size: 16px;
    line-height: 1.55;
}
.h6, h6 {
    font-size: 16px;
}
.outline-text {
    color: #0A1740;
    font-size: 72px;
    line-height: 120%;
    text-shadow: -1px -1px 0 #0A1740, 1px -1px 0 #0A1740, -1px 1px 0 #0A1740, 1px 1px 0 #0A1740;
}
@supports((text-stroke: 1px #0A1740) or (-webkit-text-stroke: 1px #0A1740)) {
    .outline-text  {
        color: transparent;
        -webkit-text-stroke: 1px #0A1740;
        text-stroke: 1px #0A1740;
        text-shadow: none;
    }
}

