/* ============== TASA Orbiter (self-hosted from theme /fonts) ============== */

@font-face {
    font-family: 'TASA Orbiter Regular';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/TASAOrbiter-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'TASA Orbiter Medium';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/TASAOrbiter-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'TASA Orbiter SemiBold';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/TASAOrbiter-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'TASA Orbiter Bold';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/TASAOrbiter-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'TASA Orbiter ExtraBold';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/TASAOrbiter-ExtraBold.ttf') format('truetype');
}

/* Variable font (optional fallback for weight axis) */
@font-face {
    font-family: 'TASA Orbiter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/TASAOrbiter-VariableFont_wght.ttf') format('truetype');
}
