@charset "utf-8";
/* 1. Die Schriftart lokal definieren */
@font-face {
font-family: 'MyLocalSerif';
src: url('../fonts/eb-garamond-v32-latin-500.woff2') format('woff2');
font-weight: 500;
font-style: normal;
font-display: swap;
}
/* 2. Allen Bootstrap-Überschriften (h1 bis h6) zuweisen */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'MyLocalSerif', 'Garamond', 'Times New Roman', Times, serif !important;
}