/*
Theme Name: Kadence Child
Theme URI: https://fuer-mich-mittendrin.de/
Description: Mein Child-Theme für Kadence mit lokal gehosteten Fonts
Author: Stephanie Kastenmeier
Template: kadence
Version: 1.0
*/

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

/* Cormorant Garamond */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('./fonts/CormorantGaramond-Regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('./fonts/CormorantGaramond-Bold.woff2') format('woff2');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('./fonts/CormorantGaramond-Italic.woff2') format('woff2');
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('./fonts/CormorantGaramond-BoldItalic.woff2') format('woff2');
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('./fonts/CormorantGaramond-SemiBold.woff2') format('woff2');
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('./fonts/CormorantGaramond-Light.woff2') format('woff2');
  font-style: normal;
  font-weight: 300;
}

/* 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;
}

/* === Standardschriftarten setzen === */
body {
  font-family: 'Lato', sans-serif;
}

h1, h2, h3 {
  font-family: 'Cormorant Garamond', serif;
}
