@font-face {
    font-family: "Nunito Sans";
    font-style: italic;
    font-weight: 200;
    src: url(NunitoSans-LightItalic.ttf);
}
@font-face {
    font-family: "Nunito Sans";
    font-style: normal;
    font-weight: 200;
    src: url(NunitoSans-Light.ttf);
}
@font-face {
    font-family: "Nunito Sans";
    font-style: italic;
    font-weight: 300;
    src: url(NunitoSans-ExtraLightItalic.ttf);
}
@font-face {
    font-family: "Nunito Sans";
    font-style: normal;
    font-weight: 300;
    src: url(NunitoSans-ExtraLight.ttf);
}
@font-face {
    font-family: "Nunito Sans";
    font-style: normal;
    font-weight: 400;
    src: url(NunitoSans-Regular.ttf);
}
@font-face {
    font-family: "Nunito Sans";
    font-style: italic;
    font-weight: 400;
    src: url(NunitoSans-Italic.ttf);
}
@font-face {
    font-family: "Nunito Sans";
    font-style: italic;
    font-weight: 700;
    src: url(NunitoSans-BoldItalic.ttf);
}
@font-face {
    font-family: "Nunito Sans";
    font-style: normal;
    font-weight: 700;
    src: url(NunitoSans-Bold.ttf);
}
@font-face {
    font-family: "Nunito Sans";
    font-style: italic;
    font-weight: 800;
    src: url(NunitoSans-ExtraBoldItalic.ttf);
}
@font-face {
    font-family: "Nunito Sans";
    font-style: normal;
    font-weight: 800;
    src: url(NunitoSans-ExtraBold.ttf);
}

div,
a,
b,
i,
span,
body,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
table,
tr,
td,
th {
    font-family: "Nunito Sans";
}
