/* ============================================
   CUSTOM FONT FACES
   ============================================ */

/* Tiempos Text Regular */
@font-face {
    font-family: 'Tiempos Text';
    src: url('../fonts/TiemposText-Regular.woff2') format('woff2'),
         url('../fonts/TiemposText-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Tiempos Text Medium */
@font-face {
    font-family: 'Tiempos Text';
    src: url('../fonts/TiemposText-Medium.woff2') format('woff2');
    font-weight: 500 700;
    font-style: normal;
    font-display: swap;
}

/* theFuture Regular — Body text, subtext, UI elements */
@font-face {
    font-family: 'theFuture';
    src: url('../fonts/TheFuture-Regular.woff2') format('woff2'),
         url('../fonts/TheFuture-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* theFuture Medium — Nav links, buttons, emphasis */
@font-face {
    font-family: 'theFuture';
    src: url('../fonts/TheFuture-Medium.woff2') format('woff2');
    font-weight: 500 700;
    font-style: normal;
    font-display: swap;
}
