/*
Theme Name: Kadence Child
Theme URI: https://kastenmeier-sustainables.de/
Description: Child-Theme für Kadence mit lokal gehosteten Fonts
Author: Kastenmeier
Template: kadence
Version: 1.0
*/

/* === Lokale Schriftarten einbinden (alle liegen in /fonts/) === */


/* Lato */
@font-face {
  font-family: 'Lato';
  src: url('./fonts/lato-regular.woff') format('woff');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Lato';
  src: url('./fonts/lato-bold.woff') format('woff');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Lato';
  src: url('./fonts/lato-italic.woff') format('woff');
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: 'Lato';
  src: url('./fonts/lato-bolditalic.woff') format('woff');
  font-style: italic;
  font-weight: 700;
}
/* Merriweather Sans – mit v27-Dateinamen */
@font-face {
  font-family: 'Merriweather Sans';
  src: url('./fonts/merriweather-sans-v27-latin-300.woff2') format('woff2');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'Merriweather Sans';
  src: url('./fonts/merriweather-sans-v27-latin-300italic.woff2') format('woff2');
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: 'Merriweather Sans';
  src: url('./fonts/merriweather-sans-v27-latin-regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Merriweather Sans';
  src: url('./fonts/merriweather-sans-v27-latin-italic.woff2') format('woff2');
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: 'Merriweather Sans';
  src: url('./fonts/merriweather-sans-v27-latin-600.woff2') format('woff2');
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'Merriweather Sans';
  src: url('./fonts/merriweather-sans-v27-latin-600italic.woff2') format('woff2');
  font-style: italic;
  font-weight: 600;
}
@font-face {
  font-family: 'Merriweather Sans';
  src: url('./fonts/merriweather-sans-v27-latin-700.woff2') format('woff2');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Merriweather Sans';
  src: url('./fonts/merriweather-sans-v27-latin-700italic.woff2') format('woff2');
  font-style: italic;
  font-weight: 700;
}
