@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nunito-v9-latin-regular.eot');
    src: local('Nunito Regular'), local('Nunito-Regular'),
    url('../fonts/nunito-v9-latin-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/nunito-v9-latin-regular.woff2') format('woff2'),
    url('../fonts/nunito-v9-latin-regular.woff') format('woff'),
    url('../fonts/nunito-v9-latin-regular.ttf') format('truetype'),
    url('../fonts/nunito-v9-latin-regular.svg#Nunito') format('svg');
}

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/nunito-v9-latin-700.eot');
    src: local('Nunito Bold'), local('Nunito-Bold'),
    url('../fonts/nunito-v9-latin-700.eot?#iefix') format('embedded-opentype'),
    url('../fonts/nunito-v9-latin-700.woff2') format('woff2'),
    url('../fonts/nunito-v9-latin-700.woff') format('woff'),
    url('../fonts/nunito-v9-latin-700.ttf') format('truetype'),
    url('../fonts/nunito-v9-latin-700.svg#Nunito') format('svg');
}