/*
Theme Name:   Treffpunkt Gruen
Description:  Eigenständiges Wellington-Child für den Mieter-Treffpunkt-Blog (Hausgemeinschaft Bellegardegasse 16, Wien). Frische Garten-Grün-Optik: sattes Grün auf warmem Papier, mit dem Original-Garten-Headerfoto. Sidebar links, einspaltige Vollbeiträge. Lokale Fonts (Magra + Gudea), kein CDN, DSGVO-konform.
Author:       Jarvis
Template:     wellington
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  treffpunkt-gruen
*/

/* ----------------------------------------------------------
   Lokale Fonts (kein Google-CDN) — Magra (Display) + Gudea (Text)
   ---------------------------------------------------------- */
@font-face {
  font-family: "Magra";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/magra-v15-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Magra";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/magra-v15-latin-700.woff2") format("woff2");
}
@font-face {
  font-family: "Gudea";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/gudea-v16-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Gudea";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/gudea-v16-latin-700.woff2") format("woff2");
}
@font-face {
  font-family: "Gudea";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/gudea-v16-latin-italic.woff2") format("woff2");
}
