/**
 * Wenston – Farben & Design-Tokens
 */
:root {
  --color-orange: #f6a800;
  --color-blue: #081f2d;
  --color-gray: #444444;
  --color-bg-light: #a5b6bc;
  --color-white: #ffffff;
  --color-black: #0a0a0a;

  --font-sans: "Syne", "Helvetica Neue", Arial, sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --space-2xl: 6rem;

  --radius-sm: 4px;
  --radius-md: 8px;
  --header-h: 72px;
  --max-w: 1200px;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}
