﻿@font-face {
    font-family: 'ArchivoNarrow-Bold';
    src: url('../../fonts/ArchivoNarrow-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ArchivoNarrow-Regular';
    src: url('../../fonts/ArchivoNarrow-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ArchivoNarrow-SemiBold';
    src: url('../../fonts/ArchivoNarrow-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ArchivoNarrow-SemiBoldItalic';
    src: url('../../fonts/ArchivoNarrow-SemiBoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ethnocentric-Regular';
    src: url('../../fonts/Ethnocentric-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.archivonarrow-regular {
    font-family: ArchivoNarrow-Regular;
}

.archivonarrow-semibold {
    font-family: ArchivoNarrow-SemiBold;
}

.archivonarrow-semibold-italic {
    font-family: ArchivoNarrow-SemiBoldItalic;
}

.archivonarrow-bold {
    font-family: ArchivoNarrow-Bold;
}

.ethnocetric-regular {
    font-family: Ethnocentric-Regular;
}