/* Legora reference tokens. */
@theme {
  --color-inkwell-black: #000000;
  --color-canvas-white: #fefefc;
  --color-text-gray: #0a0a0a;
  --color-pale-ash: #ebf5ed;
  --color-shadowstone-gray: #6b6b6b;
  --color-whisper-gray: #444444;
  --color-parchment-tan: #e1d5b6;
  --color-sky-tint: #bdd4f0;
  --color-steel-blue: #98a7aa;
  --spacing-radius-cards: 8px;
  --spacing-radius-images: 8px;
  --spacing-radius-inputs: 8px;
  --spacing-radius-buttons: 2px;
  --spacing-radius-cookieconsent: 4px;
  --spacing-elementgap: 10px;
  --spacing-sectiongap: 80px;
  --spacing-cardpadding: 16px;
  --radius-cards: 8px;
  --radius-images: 8px;
  --radius-inputs: 8px;
  --radius-buttons: 2px;
  --radius-cookieconsent: 4px;
}