/* 400 */
@font-face {
    font-family: NunitoSans;
    src: url(./fonts/NunitoSans_7pt_SemiCondensed-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: NunitoSans;
    src: url(./fonts/NunitoSans_7pt_SemiCondensed-Italic.ttf);
    font-weight: 400;
    font-style: italic;
}
/* 500 */
@font-face {
    font-family: NunitoSans;
    src: url(./fonts/NunitoSans_7pt_SemiCondensed-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: NunitoSans;
    src: url(./fonts/NunitoSans_7pt_SemiCondensed-MediumItalic.ttf);
    font-weight: 500;
    font-style: italic;
}
/* 700 */
@font-face {
    font-family: NunitoSans;
    src: url(./fonts/NunitoSans_7pt_SemiCondensed-Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: NunitoSans;
    src: url(./fonts/NunitoSans_7pt_SemiCondensed-BoldItalic.ttf);
    font-weight: 700;
    font-style: italic;
}
/* 800 */
@font-face {
    font-family: NunitoSans;
    src: url(./fonts/NunitoSans_7pt_SemiCondensed-ExtraBold.ttf);
    font-weight: 800;
}
@font-face {
    font-family: NunitoSans;
    src: url(./fonts/NunitoSans_7pt_SemiCondensed-ExtraBoldItalic.ttf);
    font-weight: 800;
    font-style: italic;
}
/* 900 */
@font-face {
    font-family: NunitoSans;
    src: url(./fonts/NunitoSans_7pt_SemiCondensed-Black.ttf);
    font-weight: 900;
}
@font-face {
    font-family: NunitoSans;
    src: url(./fonts/NunitoSans_7pt_SemiCondensed-BlackItalic.ttf);
    font-weight: 900;
    font-style: italic;
}