
@font-face {
    font-family: 'Poppins_Light';
    src: url('Poppins-Light.eot');
    src: local('Poppins Light'), local('Poppins-Light'),
        url('Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('Poppins-Light.woff2') format('woff2'),
        url('Poppins-Light.woff') format('woff'),
        url('Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins_Regular';
    src: url('Poppins-Regular.eot');
    src: local('Poppins Regular'), local('Poppins-Regular'),
        url('Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('Poppins-Regular.woff2') format('woff2'),
        url('Poppins-Regular.woff') format('woff'),
        url('Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins_Bold';
    src: url('Poppins-Bold.eot');
    src: local('Poppins Bold'), local('Poppins-Bold'),
        url('Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('Poppins-Bold.woff2') format('woff2'),
        url('Poppins-Bold.woff') format('woff'),
        url('Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins_ExtraBold';
    src: url('Poppins-ExtraBold.eot');
    src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'),
        url('Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('Poppins-ExtraBold.woff2') format('woff2'),
        url('Poppins-ExtraBold.woff') format('woff'),
        url('Poppins-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* REGULAR */
body,h1,h2,h3,h4,h5,h6,input,textarea,button,select{
    font-family: 'Poppins_Regular', arial, helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* bold */
.bold{
    font-family: 'Poppins_Bold', arial, helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.extra-bold,
.wp-block-heading strong{
    font-family: 'Poppins_ExtraBold', arial, helvetica, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}





body,p,input,textarea,button,select{
    font-family: 'RobotoRegular', arial, helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
}
