@font-face {
    font-family: 'New Edge 666';
    src: url('../fonts/NewEdge666-SemiBoldRounded.woff2') format('woff2'),
         url('../fonts/NewEdge666-SemiBoldRounded.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo Narrow';
    src: url('../fonts/ArchivoNarrow-Regular.woff2') format('woff2'),
         url('../fonts/ArchivoNarrow-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo Narrow';
    src: url('../fonts/ArchivoNarrow-Bold.woff2') format('woff2'),
         url('../fonts/ArchivoNarrow-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
