/*******************************************************************************
 * Custom Styles – Vanessa Kuhl Fotografie
 ******************************************************************************/

/* ── Font: Halimun ─────────────────────────────────────────────────────────── */
@font-face {
    font-family: 'Halimun';
    src: url('../fonts/Halimun.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ── Headlines ─────────────────────────────────────────────────────────────── */
/*
 * Halimun als primäre Headline-Schrift für h2 (Hauptüberschriften).
 * font-weight: normal, weil Script-Fonts bei 600 zu fett wirken.
 * text-transform: none, damit die Schrift nicht in Versalien gezwungen wird.
 */
h2 {
    font-family: 'Halimun', Georgia, serif;
    font-weight: normal;
    text-transform: none;
}
