/* Delphi reference tokens. */
@theme {
  --color-parchment-white: #fdf6ee;
  --color-deep-cognac: #2b180a;
  --color-muted-stone: #94877c;
  --color-pressed-cacao: #7f6e60;
  --color-burnt-umber: #3e2407;
  --color-warm-ash: #a99d93;
  --color-cloud-fog: #f0e6dc;
  --color-fire-opal: #f65726;
  --color-sunset-orange: #ff5c00;
  --color-white: #ffffff;
  --color-dark-charcoal: #21201c;
  --spacing-radius-small: 4px;
  --spacing-radius-buttons: 12px;
  --spacing-radius-default: 12px;
  --spacing-radius-testimonials: 70px;
  --spacing-elementgap: 8px;
  --spacing-sectiongap: 75px;
  --spacing-cardpadding: 20px;
  --radius-small: 4px;
  --radius-buttons: 12px;
  --radius-default: 12px;
  --radius-testimonials: 70px;
}