/* 

    Font Poppins

*/

/* latin-ext 
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(/src/fonts/poppins/poppins_latin_ext.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
latin 
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(/src/fonts/poppins//poppins_latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Set font */
body {
    font-family: 'Poppins', sans-serif !important;
}

p {
    font-family: 'Helvetica' !important;
}

a {
    font-family: 'Helvetica' !important;
}

span{
    font-family: 'Helvetica' !important;
}


/* #region Font Classes */

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}


/* #endregion */


/* #region whatif-body Heading Elements */

.whatif-body h1 {
    font-size: calc(0.9rem + 1.5vw);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.whatif-body h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.whatif-body h3{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.whatif-body h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.whatif-body h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.whatif-body h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.whatif-body .whatif-heading-bold h1,h2,h3,h4,h5,h6 {
    font-weight: 600 !important;
}

/* #endregion */


.whatif-body p {
    font-family: Poppins !important;
    font-weight: 400;
    font-size: 0.95rem !important;
}

.whatif-body li {
    font-family: "Poppins", sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
}


.whatif-how-it-works h4 {
    font-weight: 600;
}


.whatif-body .search-heading h5 {
    color: #0089e2 !important;
}

.whatif-body .search-heading img{
    width: 100%
}

.whatif-body .search-result-content {
    color: #0089e2;
}

/*.whatif-body .search-result-content .text-muted {
    color: rgb(0, 137, 226, 0.75) !important;
}*/