/*
Theme Name:  MTB6uurs
Theme URI:   https://bushbikers.nl
Author:      Ramon Mulder
Description: Officieel thema voor de 6 Uurs MTB Race – gemeente Coevorden
Version:     1.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mtb6uurs
Tags:        custom-logo, full-width-template, theme-options, dark
*/

/* ============================================================
   DESIGN TOKENS — CSS Custom Properties
   ============================================================ */
:root {
  /* Kleuren */
  --color-bg:           #0a0a0a;
  --color-surface:      #111111;
  --color-surface-2:    #1a1a1a;
  --color-border:       #2a2a2a;
  --color-accent:       #ff5a1f;
  --color-accent-glow:  rgba(255, 90, 31, 0.25);
  --color-accent-dark:  #cc3a00;
  --color-text:         #e8e8e8;
  --color-text-muted:   #888888;
  --color-white:        #ffffff;

  /* Typografie */
  --font-primary: 'Barlow Condensed', sans-serif;
  --font-body:    'Barlow', sans-serif;
  --font-mono:    'JetBrains Mono', 'Courier New', monospace;

  /* Ruimte */
  --space-xs:  0.25rem;
  --space-sm:  0.5rem;
  --space-md:  1rem;
  --space-lg:  2rem;
  --space-xl:  4rem;
  --space-2xl: 8rem;

  /* Layout */
  --container-max:  1280px;
  --radius-sm:      4px;
  --radius-md:      8px;
  --radius-lg:      16px;

  /* Animatie */
  --ease-out-expo:  cubic-bezier(0.16, 1, 0.3, 1);
  --duration-fast:  150ms;
  --duration-base:  300ms;
  --duration-slow:  600ms;
}
