@font-face {
    font-family: 'Apfel Grotezk';
    src: url("/static/fonts/apfel-grotesk/ApfelGrotezk-Regular.67a1521ce215.otf") format('opentype');
}

@font-face {
    font-family: 'Apfel Grotezk Bold';
    src: url("/static/fonts/apfel-grotesk/ApfelGrotezk-Fett.e72cfe181f92.otf") format('opentype');
}

@font-face {
    font-family: 'Alte Haas Bold';
    src: url("/static/fonts/alte-haas/AlteHaasGroteskBold.8dddfc4c12cf.ttf") format('truetype');
}

:root {
    --bs-font-sans-serif: Apfel Grotezk, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-headings: Alte Haas Bold, Apfel Grotezk, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h1, h2, h3 {
    font-family: var(--bs-font-headings);
}