@font-face {
    font-family: 'Nunito Sans';
    src: url('./webfonts/Nunito_Sans/NunitoSans-LightItalic.woff') format('woff2');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('./webfonts/Nunito_Sans/NunitoSans-LightItalic.woff') format('woff2');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Nunito Sans';
    src:url('./webfonts/Nunito_Sans/NunitoSans-SemiBold.woff') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('./webfonts/Nunito_Sans/NunitoSans-Regular.woff') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('./webfonts/Nunito_Sans/NunitoSans-Light.woff') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('./webfonts/Nunito_Sans/NunitoSans-Italic.woff') format('woff2');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Nunito Sans';
    src:url('./webfonts/Nunito_Sans/NunitoSans-SemiBoldItalic.woff') format('woff2');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('./webfonts/Nunito_Sans/NunitoSans-ExtraBold.woff') format('woff2');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('./webfonts/Nunito_Sans/NunitoSans-ExtraBoldItalic.woff') format('woff2');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('./webfonts/Nunito_Sans/NunitoSans-Bold.ttf') format('woff2');
    font-weight: bold;
    font-style: normal;
}