/* assets/fonts.css */
@font-face {
    font-family: 'Apfel Grotezk';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('ApfelGrotezk-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Apfel Grotezk';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('ApfelGrotezk-Mittel.woff2') format('woff2');
}

@font-face {
    font-family: 'Apfel Grotezk';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('ApfelGrotezk-Fett.woff2') format('woff2');
}

body {
    font-family: 'Apfel Grotezk', 'Lora', 'Times New Roman', serif;
    font-weight: 400;
}

h1,
h2,
h3,
.hero-title,
.hero-subtitle {
    font-family: 'Apfel Grotezk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
