
@font-face {
    font-family: 'ArchivoNarrow';
    font-weight: 400;
    font-style: italic;
    src: url("fonts/ArchivoNarrow/ArchivoNarrow-Italic.ttf") format("truetype");
}

@font-face {
    font-family: 'ArchivoNarrow';
    font-weight: 500;
    font-style: italic;
    src: url("fonts/ArchivoNarrow/ArchivoNarrow-SemiBoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: 'ArchivoNarrow';
    font-weight: 700;
    font-style: italic;
    src: url("fonts/ArchivoNarrow/ArchivoNarrow-SemiBoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: 'ArchivoNarrow';
    font-weight: 900;
    font-style: italic;
    src: url("fonts/ArchivoNarrow/ArchivoNarrow-BoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: 'ArchivoNarrow';
    font-weight: 400;
    src: url("fonts/ArchivoNarrow/ArchivoNarrow-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'ArchivoNarrow';
    font-weight: 500;
    src: url("fonts/ArchivoNarrow/ArchivoNarrow-SemiBold.ttf") format("truetype");
}
@font-face {
    font-family: 'ArchivoNarrow';
    font-weight: 700;
    src: url("fonts/ArchivoNarrow/ArchivoNarrow-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: 'ArchivoNarrow';
    font-weight: 900;
    src: url("fonts/ArchivoNarrow/ArchivoNarrow-Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'Anton';
    src: url("fonts/Anton/Anton-Regular.ttf") format("truetype");
}

body {
    font-weight: 400;
}