/**
 * Design tokens – SkoleABC
 * Moderne, minimalistisk, premium (Shopify / nordisk e-commerce).
 * Brug konsekvent i ui-base.css, header.css, woocommerce.css.
 */
:root {
  /* Brand (varm grøn) */
  --brand: #4FAE57;
  --brand-dark: #2F7D39;
  --brand-tint: #EAF7EC;

  /* Neutrale */
  --heading: #111827;
  --text: #374151;
  --bg: #F5F7F6;
  --surface: #FFFFFF;
  --border: #E6E8EB;
  --text-muted: #6B7280;

  /* Radius – mere moderne */
  --radius-sm: 8px;
  --radius-md: 10px;
  --radius-lg: 18px;
  --radius-pill: 999px;

  /* Skygger – bløde, dybe (ikke hårde) */
  --shadow-sm: 0 2px 12px rgba(17, 24, 39, 0.06);
  --shadow: 0 8px 30px rgba(17, 24, 39, 0.08);
  --shadow-md: 0 12px 40px rgba(17, 24, 39, 0.1);
  --shadow-hover: 0 20px 50px rgba(17, 24, 39, 0.12);
  --shadow-sticky: 0 4px 20px rgba(17, 24, 39, 0.06);

  /* Transitions */
  --transition: 0.25s ease;
  --transition-fast: 0.2s ease;

  /* Spacing (8px base) */
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 40px;
  --space-6: 48px;
  --space-8: 64px;
  --space-10: 80px;

  /* Layout – strammere (undgå for meget luft) */
  --section-padding-desktop: 32px;
  --section-padding-mobile: 24px;
  --grid-gap: 24px;
  --card-padding: 20px;

  /* Typography scale */
  --font-size-body: 16px;
  --line-height-body: 1.6;
  --font-size-h1: 42px;
  --font-weight-h1: 700;
  --font-size-h2: 32px;
  --font-weight-h2: 600;
  --font-size-product-title: 18px;
  --font-weight-product-title: 500;
}
