/**
 * TASA Orbiter Font Family
 * Custom font declarations for sitewide use
 */

/* Variable Font - Modern browsers (recommended) */
@font-face {
    font-family: 'TASA Orbiter';
    src: url('../fonts/TASAOrbiterVF.woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Fallback: Regular */
@font-face {
    font-family: 'TASA Orbiter';
    src: url('../fonts/TASA Orbiter Deck-normal-400-100.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Fallback: Medium */
@font-face {
    font-family: 'TASA Orbiter';
    src: url('../fonts/TASA Orbiter Deck Medium-normal-400-100.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Fallback: SemiBold */
@font-face {
    font-family: 'TASA Orbiter';
    src: url('../fonts/TASA Orbiter Deck SemiBold-normal-400-100.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Display Medium */
@font-face {
    font-family: 'TASA Orbiter Display';
    src: url('../fonts/TASA Orbiter Display Medium-normal-400-100.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Display Black */
@font-face {
    font-family: 'TASA Orbiter Display';
    src: url('../fonts/TASA Orbiter Display Black-normal-400-100.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Text */
@font-face {
    font-family: 'TASA Orbiter Text';
    src: url('../fonts/TASA Orbiter Text-normal-400-100.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

