/* Deallos shared design tokens — linked by all demo pages */
:root {
  --primary: #1A1A2E;
  --accent: #E63946;
  --bg: #FFFFFF;
  --surface: #F8F8F8;
  --text: #1A1A2E;
  --text-muted: #555555;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', -apple-system, sans-serif;
  --radius: 4px;
  --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
