/* Design tokens — pulled from the lavafields.com global Elementor kit. */

:root {
  --color-primary: #c9d9f1;
  --color-primary-tint: #dfe9f7;
  --color-accent: #eabf67;
  --color-text: #434859;
  --color-bg: #ffffff;
  --color-panel: #efeee4;
  --color-error: #bf2932;
  --color-deep: #000091;
  --color-muted: #747373;
  --color-rule: #e5e5e5;

  --font-body: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --font-mono: 'SFMono-Regular', Menlo, Consolas, monospace;

  --container-max: 1140px;
  --radius: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2.25rem;
  --space-6: 3.5rem;
}
