@font-face {
    font-family: 'ClanNarrow';
    src: local('ClanNarrow-Medium'),
        url('./fonts/ClanNarrow-Medium.woff2') format('woff2'),
        url('./fonts/ClanNarrow-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ClanNarrow';
    src: local('ClanNarrow-Bold'),
        url('./fonts/ClanNarrow-Bold.woff2') format('woff2'),
        url('./fonts/ClanNarrow-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: local('Helvetica Neue'), local('HelveticaNeue'),
        url('./fonts/HelveticaNeue.woff2') format('woff2'),
        url('./fonts/HelveticaNeue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: local('Helvetica Neue Condensed Bold'), local('HelveticaNeue-CondensedBold'),
        url('./fonts/HelveticaNeue-CondensedBold.woff2') format('woff2'),
        url('./fonts/HelveticaNeue-CondensedBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Archer';
    src: local('Archer Semibold'), local('Archer-Semibold'),
        url('./fonts/Archer-Semibold.woff2') format('woff2'),
        url('./fonts/Archer-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Archer';
    src: local('Archer Medium'), local('Archer-Medium'),
        url('./fonts/Archer-Medium.woff2') format('woff2'),
        url('./fonts/Archer-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Minion Pro';
    src: local('Minion Pro Regular'), local('MinionPro-Regular'),
        url('./fonts/MinionPro-Regular.woff2') format('woff2'),
        url('./fonts/MinionPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Archer';
    src: local('Archer Medium Italic'), local('Archer-MediumItalic'),
        url('./fonts/Archer-MediumItalic.woff2') format('woff2'),
        url('./fonts/Archer-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}