/* Regular */
@font-face {
    font-family: 'Nunito Sans';
    src: url('nunito-sans/NunitoSans-Regular.woff2') format('woff2'),
         url('nunito-sans/NunitoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: 'Nunito Sans';
    src: url('nunito-sans/NunitoSans-Bold.woff2') format('woff2'),
         url('nunito-sans/NunitoSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* Light */
@font-face {
    font-family: 'Nunito Sans';
    src: url('nunito-sans/NunitoSans-Light.woff2') format('woff2'),
         url('nunito-sans/NunitoSans-Light.woff') format('woff');
    font-weight: light;
    font-style: normal;
}

/* Italic Regular*/
@font-face {
    font-family: 'Nunito Sans';
    src: url('nunito-sans/NunitoSans-Italic.woff2') format('woff2'),
         url('nunito-sans/NunitoSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

/* Italic Bold */
@font-face {
    font-family: 'Nunito Sans';
    src: url('nunito-sans/NunitoSans-BoldItalic.woff2') format('woff2'),
         url('nunito-sans/NunitoSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

/* Italic Light */
@font-face {
    font-family: 'Nunito Sans';
    src: url('nunito-sans/NunitoSans-LightItalic.woff2') format('woff2'),
         url('nunito-sans/NunitoSans-LightItalic.woff') format('woff');
    font-weight: light;
    font-style: italic;
}