/**
 * The Fox — self-hosted brand fonts.
 *
 *   - Trajan Sans Pro → headings
 *   - Avenir Next     → body
 *
 * Paths are relative to this file (css/) → ../fonts/.
 */

/* Trajan Sans Pro — headings. */
@font-face {
    font-family: "Trajan Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/trajansanspro-regular.otf") format("opentype");
}

/* Avenir Next — body (Regular). */
@font-face {
    font-family: "Avenir Next";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/avenir-regular.ttc");
}

/* Avenir Next — heavier weights (bold/medium). */
@font-face {
    font-family: "Avenir Next";
    font-style: normal;
    font-weight: 500 800;
    font-display: swap;
    src: url("../fonts/avenir-next.ttc");
}
