/*
Theme Name: Feuerwehr Lengfeld (Child of Corporate Plus)
Theme URI: https://example.org
Author: Your Team
Author URI: https://example.org
Description: Child-Theme für die Feuerwehr Lengfeld. Modernes, schnelles Design mit klarer Typografie, roten Akzenten und Einsatz-Infos.
Template: corporate-plus
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: feuerwehr-lengfeld
Tags: fire-department, red, responsive, accessibility-ready
*/

:root {
  --fw-red: #c1121f;
  --fw-dark: #111827;
  --fw-mid: #374151;
  --fw-light: #f9fafb;
  --fw-accent: #ffbe0b;
  --radius: 14px;
}

body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color: var(--fw-dark);
  background: var(--fw-light);
  line-height: 1.6;
}

a { color: var(--fw-red); text-decoration: none; }
a:hover { text-decoration: underline; }
