/*
Theme Name: ULFAH Donatie
Theme URI: https://stichtingulfah.nl
Author: Stichting ULFAH
Author URI: https://stichtingulfah.nl
Description: Mobile-first, high-converting maatwerk donatiethema voor Stichting ULFAH (ANBI). Standalone Stripe met Apple Pay / Google Pay vooraan, herkomst-tracking (UTM/referrer/click-ids), campagne- en projectbeheer, Zakat-calculator en 1-click demo-import. Geen pagebuilder.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ulfah
Tags: nonprofit, donation, charity, custom-colors, custom-menu, custom-logo, featured-images, translation-ready
*/

/*
  De daadwerkelijke styling staat in assets/css/main.css (los ingeladen, met versiebeheer
  via filemtime). Dit bestand bevat alleen de verplichte themaheader plus de design tokens
  als single source of truth, zodat ook de WordPress-editor de kleuren kent.
*/

:root {
  /* Merkkleuren (overschrijfbaar via Customizer -> ULFAH) */
  --ulfah-green-900: #0f3d2e;
  --ulfah-green-800: #15503c;
  --ulfah-green-700: #1c6b4f;
  --ulfah-green-600: #2a8466;
  --ulfah-gold-500:  #c8a24a;
  --ulfah-gold-400:  #d8b663;
  --ulfah-sand-100:  #f6f1e7;
  --ulfah-sand-200:  #efe7d6;
  --ulfah-cream:     #fbf8f1;
  --ulfah-ink:       #21281f;
  --ulfah-muted:     #5c6b5a;
  --ulfah-white:     #ffffff;
  --ulfah-line:      #e3dccb;
  --ulfah-danger:    #b4452f;

  /* Typografie */
  --ulfah-font-head: "Fraunces", "Playfair Display", Georgia, serif;
  --ulfah-font-body: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;

  /* Spacing schaal */
  --ulfah-sp-1: 4px;
  --ulfah-sp-2: 8px;
  --ulfah-sp-3: 12px;
  --ulfah-sp-4: 16px;
  --ulfah-sp-5: 24px;
  --ulfah-sp-6: 32px;
  --ulfah-sp-7: 48px;
  --ulfah-sp-8: 64px;
  --ulfah-sp-9: 96px;

  /* Vorm */
  --ulfah-radius: 14px;
  --ulfah-radius-sm: 10px;
  --ulfah-radius-pill: 999px;
  --ulfah-shadow: 0 6px 24px rgba(15, 61, 46, 0.10);
  --ulfah-shadow-lg: 0 16px 48px rgba(15, 61, 46, 0.16);
  --ulfah-maxw: 1140px;
}
