/*
Theme Name: TuS Bad Oeynhausen
Theme URI: https://www.tus-bo.de/
Author: Freigeist Atelier
Description: Schlankes Custom-Theme für den TuS Bad Oeynhausen e.V. Inhaltspflege ausschließlich über ACF Flexible Content (kein Page Builder, kein Gutenberg). Grün-weiß, Glassmorphism, DSGVO-konform (Fonts self-hosted, OpenStreetMap).
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: tus-bo
*/

/* ============================================================
   The full design system lives in assets/css/main.css
   (enqueued separately). This file carries the theme header
   and the design tokens so the theme is valid standalone.
   ============================================================ */

:root{
  /* Brand */
  --c-primary:#388b3b;
  --c-primary-dark:#2c5d2c;
  --c-primary-darker:#163317;
  --c-primary-light:#e8f2e9;
  --c-accent:#b60f0f;

  /* Neutrals */
  --c-dark:#1c2421;
  --c-gray:#5e5e5e;
  --c-gray-light:#eef1ee;
  --c-bg:#f6f8f6;
  --c-white:#ffffff;

  /* Radius */
  --radius:10px;
  --radius-lg:16px;
  --radius-xl:24px;
  --radius-pill:999px;

  /* Shadow */
  --shadow-sm:0 2px 8px rgba(22,51,23,.06);
  --shadow:0 8px 24px rgba(22,51,23,.10);
  --shadow-lg:0 18px 48px rgba(22,51,23,.16);

  /* Glass */
  --glass-bg:rgba(255,255,255,.72);
  --glass-border:rgba(255,255,255,.55);

  /* Type */
  --ff:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
  --fw-reg:400; --fw-med:500; --fw-semi:600; --fw-bold:700; --fw-black:800;

  /* Layout */
  --maxw:1200px;
  --gutter:clamp(16px,4vw,32px);
  --ease:.28s cubic-bezier(.4,0,.2,1);
  --header-h:84px;
}
