/*
Theme Name: NOE Reitsport Theme
Theme URI: https://noe-pferdesport.at
Author: NOE Pferdesport
Author URI: https://noe-pferdesport.at
Description: Unabhängiges Pferdesport-Informationsportal für Österreich.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
License: Private
Text Domain: noe-reitsport
*/

/* Design system – alle Variablen mit nps- Prefix (PBN-footprint-frei) */
:root {
  --nps-primary:       #4a6741;
  --nps-primary-dark:  #3a5331;
  --nps-primary-light: #5a7a51;
  --nps-secondary:     #8b6914;
  --nps-accent:        #c9a84c;
  --nps-dark:          #2d3b29;
  --nps-bg:            #f7f5f0;
  --nps-bg-card:       #ffffff;
  --nps-border:        #d4c5a9;
  --nps-text:          #2c2c2c;
  --nps-text-muted:    #666;
  --nps-gold:          #c9a84c;
  --nps-silver:        #9e9e9e;
  --nps-bronze:        #b87333;
  --nps-danger:        #c0392b;
  --nps-success:       #27ae60;

  --nps-container:     1140px;
  --nps-radius:        14px;
  --nps-radius-sm:     8px;
  --nps-radius-lg:     20px;
  --nps-transition:    all 0.25s ease-in-out;
  --nps-shadow:        0 2px 12px rgba(74,103,65,.12);
  --nps-shadow-hover:  0 8px 28px rgba(74,103,65,.22);

  --nps-font-head:     'Playfair Display', Georgia, serif;
  --nps-font-body:     'Source Sans 3', 'Helvetica Neue', Arial, sans-serif;
}
