/* ===================================
   Evolventa Font - Überschriften
   =================================== */

/* Bold (für Überschriften) */
@font-face {
    font-family: 'Evolventa';
    src: url('/fileadmin/fonts/Evolventa-Bold.woff2') format('woff2'),
         url('/fileadmin/fonts/Evolventa-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ===================================
   Lora Font - Fließtext
   =================================== */

/* Regular */
@font-face {
    font-family: 'Lora';
    src: url('/fileadmin/fonts/Lora-Regular.woff2') format('woff2'),
         url('/fileadmin/fonts/Lora-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Italic (für <i>, <em>) */
@font-face {
    font-family: 'Lora';
    src: url('/fileadmin/fonts/Lora-Italic.woff2') format('woff2'),
         url('/fileadmin/fonts/Lora-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Bold (für <b>, <strong>) */
@font-face {
    font-family: 'Lora';
    src: url('/fileadmin/fonts/Lora-Bold.woff2') format('woff2'),
         url('/fileadmin/fonts/Lora-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Bold Italic (für <b><i>, <strong><em>) */
@font-face {
    font-family: 'Lora';
    src: url('/fileadmin/fonts/Lora-BoldItalic.woff2') format('woff2'),
         url('/fileadmin/fonts/Lora-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* ===================================
   Typografie-Zuweisungen
   =================================== */

/* Fließtext mit Lora */
body {
    font-family: 'Lora', Georgia, serif;
    font-weight: 400;
}

/* Alle Überschriften mit Evolventa Bold */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: 'Evolventa', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
}

/* Buttons mit Evolventa Bold */
.btn {
    font-family: 'Evolventa', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
}
