/* Self-hosted web fonts (DSGVO / GDPR).
 * Replaces the previous fonts.googleapis.com hot-links.
 * Files served exclusively from this server — no connection to Google.
 * Source: Google Fonts (Open Font License / Apache License 2.0),
 * fetched 2026-05-28 via google-webfonts-helper (gwfh.mranftl.com).
 * Families: Varela Round, Lato (300/400/700), Gochi Hand. Subset: latin.
 */

/* Varela Round — OFL */
@font-face {
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/varela-round-400.woff2') format('woff2');
}

/* Lato — OFL */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('fonts/lato-300.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/lato-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/lato-700.woff2') format('woff2');
}

/* Gochi Hand — OFL */
@font-face {
    font-family: 'Gochi Hand';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/gochi-hand-400.woff2') format('woff2');
}
