@font-face {
    font-family: 'Archer';
    src: url('Archer-Bold.woff2') format('woff2'),
        url('Archer-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archer';
    src: url('Archer-Semibold.woff2') format('woff2'),
        url('Archer-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}