/* ------------------------------
   Open Sans
------------------------------ */
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans-v44-latin_latin-ext-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans-v44-latin_latin-ext-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans-v44-latin_latin-ext-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ------------------------------
   Lora
------------------------------ */
@font-face {
  font-family: 'Lora';
  src: url('../fonts/lora-v37-latin-ext-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ------------------------------
   Font Rendering Optimierung
------------------------------ */
html {
  -webkit-font-smoothing: antialiased; /* für macOS */
  -moz-osx-font-smoothing: grayscale;  /* für Firefox auf macOS */
  text-rendering: optimizeLegibility;
}
