/* Self-hosted webfonts. Only the two families the app actually renders are
   declared here — Inter (--font-1, body text) and Outfit (--font-2, headings
   and the wordmark). Five unused families (Noto Sans, Poppins, IBM Plex Sans,
   Open Sans, Raleway) were removed 2026-05-21; see docs/CHANGELOG.md. */

/* Inter */
@font-face {
    font-family: 'Inter';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('/fonts/inter-v18-latin-300.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('/fonts/inter-v18-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('/fonts/inter-v18-latin-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('/fonts/inter-v18-latin-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('/fonts/inter-v18-latin-700.woff2') format('woff2');
}

/* Outfit */
@font-face {
    font-family: 'Outfit';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('/fonts/outfit-latin-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Outfit';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('/fonts/outfit-latin-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Outfit';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('/fonts/outfit-latin-600.woff2') format('woff2');
}
