/* Font Face */
@font-face {
    font-family: 'nunito_extrabold';
    src:local('nunito_extrabold'), url('../fonts/NunitoSans-ExtraBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'nunito_light';
    src: local('nunito_light'), url('../fonts/NunitoSans-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'nunito_bold';
    src:local('nunito_bold'),url('../fonts/NunitoSans-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'nunito_semi';
    src:local('nunito_semi'), url('../fonts/NunitoSans-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'nunito_reg';
    src:local('nunito_reg'), url('../fonts/NunitoSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* End Font Face */
