@font-face {
    font-family: Poppin600;
    src:url('/fonts/Poppin/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: Poppin500;
    src:url('/fonts/Poppin/Poppins-Medium.ttf');
}

@font-face {
    font-family: Poppin400;
    src:url('/fonts/Poppin/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppin700;
    src:url('/fonts/Poppin/Poppins-Bold.ttf');
}




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .new_headline_h3 {
        font-family: 'Poppin400';
        font-style: normal;
        font-weight: 400;
        font-size: 33px;
        line-height: 50px;
      
        color: #1C3C6E;
        color: var(--menu-label)
    }
    .new_headline_h3Semibold {
        font-family: 'Poppin600';
        font-style: normal;
        font-weight: 400;
        font-size: 33px;
        line-height: 50px;
      
        color: #1C3C6E;
        color: var(--menu-label)
    }
    .new_headline_h4 {
        font-family: 'Poppin500';
        font-style: normal;
        font-weight: 500;
        font-size: 19px;
        line-height: 28px;
        color: var(--text-primary)
    }
    
    .new_headline_5 {
        font-family: 'Poppin400';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: var(--text-primary)
    }
    
    .new_headline_6 {
        font-family: 'Poppin500';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: var(--text-primary);
        margin-bottom: 8px;
    }
    
    .new_body1_bold {
        font-family: 'Poppin700';
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 22px;
        color: var(--new-neutral-n10);
    }
    
    .new_body1_semibold {
        font-family: 'Poppin600';
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 22px;
        color: var(--new-neutral-n20);
        margin-bottom: 8px;
    }
    
    .new_body1_regular {
        font-family: 'Poppin400';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 22px;
        color: var(--new-neutral-n40);
    }

    .new_body2_regular {
        font-family: 'Poppin400';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        color: var(--new-neutral-n40);
    }
    
    .new_body_temp {
        font-family: 'Poppin400';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #6C7280;
    }

    .new_overline{
        font-family: 'Poppin400';
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 15px;
    }

    .other_button{
        font-family: 'Poppin500';
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 19.5px;
        color: var(--text-primary);
        margin-bottom: 8px;
    }

    .caption_reguler{
        font-family: 'Poppin400';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        /* identical to box height */


        /* NEW/Neutral/N20 */

        color: #41454D;
    }

    #button-outline {
        border: 1px solid #234B88;
        box-sizing: border-box;
        border-radius: 8px !important;
        padding: 6px 16px !important;
    
        font-family: 'Poppin600';
        font-style: normal;
        font-weight: 600;
        font-size: 10px;
        line-height: 15px;
        /* identical to box height */
        
        text-align: center;
        color: var(--new-secondary-dark)
    }
    
    #button-outline:hover {
        background-color: #234B88;
        color: white
    }
    
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) {
    .new_headline_h3 {
        font-family: 'Poppin400';
        font-style: normal;
        font-weight: 400;
        font-size: 38px;
        line-height: 50px;
        color: #1C3C6E;
        color: var(--menu-label)
    }
    .new_headline_h3Semibold {
        font-family: 'Poppin600';
        font-style: normal;
        font-weight: 400;
        font-size: 38px;
        line-height: 50px;
        color: #1C3C6E;
        color: var(--menu-label)
    }

    .new_headline_h4 {
        font-family: 'Poppin500';
        font-style: normal;
        font-weight: 500;
        font-size: 19px;
        line-height: 28px;
        color: var(--text-primary)
    }
    
    .new_headline_5 {
        font-family: 'Poppin400';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: var(--text-primary)
    }
    
    .new_headline_6 {
        font-family: 'Poppin500';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: var(--text-primary);
        margin-bottom: 8px;
    }
    
    .new_body1_bold {
        font-family: 'Poppin700';
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 22px;
        color: var(--new-neutral-n10);
    }
    
    .new_body1_semibold {
        font-family: 'Poppin600';
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 22px;
        color: var(--new-neutral-n20);
        margin-bottom: 8px;
    }
    
    .new_body1_regular {
        font-family: 'Poppin400';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 22px;
        color: var(--new-neutral-n40);
    }

    .new_body2_regular {
        font-family: 'Poppin400';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        color: var(--new-neutral-n40);
    }
    
    .new_body_temp {
        font-family: 'Poppin400';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #6C7280;
    }

    .new_overline{
        font-family: 'Poppin400';
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 15px;
    }

    .caption_reguler{
        font-family: 'Poppin400';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        /* identical to box height */


        /* NEW/Neutral/N20 */

        color: #41454D;
    }

    #button-outline {
        border: 1px solid #234B88;
        box-sizing: border-box;
        border-radius: 8px !important;
        padding: 6px 16px !important;
    
        font-family: 'Poppin600';
        font-style: normal;
        font-weight: 600;
        font-size: 10px;
        line-height: 15px;
        /* identical to box height */
        
        text-align: center;
        color: var(--new-secondary-dark)
    }
    
    #button-outline:hover {
        background-color: #234B88;
        color: white
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .new_headline_h3 {
        font-family: 'Poppin400';
        font-style: normal;
        font-weight: 400;
        font-size: 46px;
        line-height: 69px;
        text-align: center;

        color: #1C3C6E;
        color: var(--text-primary)
    }
    .new_headline_h3Semibold {
        font-family: 'Poppin600';
        font-style: normal;
        font-weight: 400;
        font-size: 46px;
        line-height: 69px;
        text-align: center;

        color: #1C3C6E;
        color: var(--text-primary)
    }
    .new_headline_h4 {
        font-family: 'Poppin400';
        font-style: normal;
        font-weight: 400;
        font-size: 33px;
        line-height: 50px;
        color: var(--text-primary)
    }
    
    .new_headline_5 {
        font-family: 'Poppin400';
        font-style: normal;
        font-weight: 400;
        font-size: 23px;
        line-height: 34px;
        color: var(--text-primary)
    }
    
    .new_headline_6 {
        font-family: 'Poppin500';
        font-style: normal;
        font-weight: 500;
        font-size: 19px;
        line-height: 28px;
        color: var(--text-primary);
        margin-bottom: 8px;
    }
    
    .new_body1_bold {
        font-family: 'Poppin700';
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 22px;
        color: var(--new-neutral-n10);
    }
    
    .new_body1_semibold {
        font-family: 'Poppin600';
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 22px;
        color: var(--new-neutral-n20);
        margin-bottom: 8px;
    }
    
    .new_body1_regular {
        font-family: 'Poppin400';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 22px;
        color: var(--new-neutral-n40);
    }
    .new_body2_regular {
        font-family: 'Poppin400';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 19.5px;
        color: var(--new-neutral-n40);
    }
    
    .new_body_temp {
        font-family: 'Poppin400';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #6C7280;
    }

    .new_overline{
        font-family: 'Poppin400';
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 15px;
    }

    #button-outline {
        border: 1px solid #234B88;
        box-sizing: border-box;
        border-radius: 8px !important;
        padding: 12px 52px !important;
    
        font-family: 'Poppin600';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        /* identical to box height */
        text-align: center;
        color: var(--new-secondary-dark)
    }
    
    #button-outline:hover {
        background-color: #234B88;
        color: white
    }

    .other_button{
        font-family: 'Poppin500';
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 19.5px;
        color: var(--text-primary);
        margin-bottom: 8px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}