/* ========================================
   Custom Font Faces
   ======================================== */

@font-face {
    font-family: 'Techna Sans';
    src: url('../fonts/TechnaSans-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Techna Sans is inherently bold, so we map both normal and bold weights to the same file */
@font-face {
    font-family: 'Techna Sans';
    src: url('../fonts/TechnaSans-Regular.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Techna Sans';
    src: url('../fonts/TechnaSans-Regular.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
