/* Hamy Bold Fonts (Spec 2026-07-10, warm/asian refinement 2026-07-11):
   Shippori Mincho (Display-Headlines), Barlow (Text), Barlow Condensed
   (nur Speisekarten-Print: Nummern/Preise/Kategorien), Fraunces (Siegel).
   Self-hosted, DSGVO. */

@font-face {
    font-family: 'Shippori Mincho';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../assets/fonts/ShipporiMincho-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Shippori Mincho';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../assets/fonts/ShipporiMincho-800.woff2') format('woff2');
}

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

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

@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../assets/fonts/BarlowCondensed-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../assets/fonts/BarlowCondensed-800.woff2') format('woff2');
}

/* Mandarin: die alte Marken-/Pinselschrift, bewusst zurueck NUR fuer die
   Logo-Wortmarke (Display, kurz). Nicht fuer Fliesstext/Ueberschriften. */
@font-face {
    font-family: 'Mandarin';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../assets/fonts/Mandarin.woff2') format('woff2');
}

/* Nur die Glyphen H, À, M, Y (Siegel). */
@font-face {
    font-family: 'Fraunces';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../assets/fonts/Fraunces-700-seal.woff2') format('woff2');
}
