/* ============================================================
   BRAUN GARTENBAU — BAU
   fonts.css — selbstgehostete Schriften (kein externes CDN, DSGVO)
   ============================================================ */

/* Fraunces — Variable Serif für editoriale Überschriften */
@font-face {
    font-family: 'Fraunces';
    src: url('../fonts/fraunces.woff2') format('woff2');
    font-weight: 400 600;
    font-style: normal;
    font-display: swap;
}

/* Inter — Variable Sans für Fließtext */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter.woff2') format('woff2');
    font-weight: 300 600;
    font-style: normal;
    font-display: swap;
}
