/**
 * Marco Leisten – Optik-Alternative Design Tokens
 */
:root {
  --ink: #0c0b0a;
  --ink-elevated: #141210;
  --ink-panel: #1a1816;
  --ivory: #f2ede6;
  --ivory-muted: #cfc7ba;
  --muted: #9a9488;
  --champagne: #c9b08a;
  --champagne-bright: #ddc4a0;
  --champagne-deep: #a8906a;

  --font-display: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --font-ui: 'DM Sans', 'Inter', system-ui, sans-serif;

  --section-pad: clamp(4rem, 10vw, 6.5rem);
  --content-max: 72rem;
  --ease-out: cubic-bezier(0.4, 0, 0.2, 1);
}
