@font-face {
    font-family: 'Nunito';
    src: url('./Nunito-Bold.eot');
    src: url('./Nunito-Bold.eot?#iefix') format('embedded-opentype'),
        url('./Nunito-Bold.woff2') format('woff2'),
        url('./Nunito-Bold.woff') format('woff'),
        url('./Nunito-Bold.svg#Nunito-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('./Nunito-Light.eot');
    src: url('./Nunito-Light.eot?#iefix') format('embedded-opentype'),
        url('./Nunito-Light.woff2') format('woff2'),
        url('./Nunito-Light.woff') format('woff'),
        url('./Nunito-Light.svg#Nunito-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito-Regular';
    src: url('./Nunito-Regular.eot');
    src: url('./Nunito-Regular.eot?#iefix') format('embedded-opentype'),
        url('./Nunito-Regular.woff2') format('woff2'),
        url('./Nunito-Regular.woff') format('woff'),
        url('./Nunito-Regular.svg#Nunito-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}