@font-face {
    font-family: "Nunito";
    src: url("nunito-v16-latin-300.eot"),
         url("nunito-v16-latin-300.svg") format("svg"),
         url("nunito-v16-latin-300.woff") format("woff"),
         url("nunito-v16-latin-300.woff2") format("woff2"),
         url("nunito-v16-latin-300.ttf") format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: "Nunito";
    src: url("nunito-v16-latin-700.eot"),
         url("nunito-v16-latin-700.svg") format("svg"),
         url("nunito-v16-latin-700.woff") format("woff"),
         url("nunito-v16-latin-700.woff2") format("woff2"),
         url("nunito-v16-latin-700.ttf") format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: "Nunito";
    src: url("nunito-v16-latin-regular.eot"),
         url("nunito-v16-latin-regular.svg") format("svg"),
         url("nunito-v16-latin-regular.woff") format("woff"),
         url("nunito-v16-latin-regular.woff2") format("woff2"),
         url("nunito-v16-latin-regular.ttf") format("truetype");
    font-weight: normal;
}