/* tokens.css — Stadtimbiss */
:root {
  /* Farben */
  --color-accent:     #E63946;
  --color-accent-dk:  #C1121F;
  --color-bg:         #F8F8F8;
  --color-bg-soft:    #FFFFFF;
  --color-ink:        #1A1A1A;
  --color-muted:      #888888;
  --color-line:       #E0E0E0;
  --color-dark:       #1A1A1A;
  --color-on-dark:    #FFFFFF;

  /* Typografie */
  --font-head: 'Poppins', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;

  /* Spacing */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 5rem;

  /* Container */
  --container-pad-mobile:  1rem;
  --container-pad-tablet:  1.5rem;
  --container-pad-desktop: 2rem;
  --max-content-width:     1200px;

  /* Typografische Skala */
  --text-xs:   0.75rem;
  --text-sm:   0.875rem;
  --text-base: 1rem;
  --text-lg:   1.125rem;
  --text-xl:   1.25rem;
  --text-2xl:  1.5rem;
  --text-3xl:  2rem;
  --text-4xl:  2.5rem;
  --text-5xl:  3.5rem;

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

  /* Keine border-radius auf primären Elementen */
  --radius-sm: 4px;
  --radius-md: 8px;
}
