:root {
  --accent-flare-gold: #E8C547;
  --accent-primary: #c2410c;
  --border-default: #d6d3d1;
  --border-strong: #78716c;
  --confirm-green: #4ADE80;
  --dim-grey: #1E1E28;
  --ember-amber: #C4923A;
  --error-red: #F87171;
  --flare-gold: #E8C547;
  --ghost-grey: #6B6B7A;
  --nova-white: #F0EDE8;
  --surface-accent: #e7e5e4;
  --surface-base: #ffffff;
  --surface-elevated: #ffffff;
  --surface-inverse: #171717;
  --surface-subtle: #f5f5f4;
  --surface-void-black: #0A0A0F;
  --text-accent: #7c2d12;
  --text-inverse: #fafaf9;
  --text-muted: #78716c;
  --text-nova-white: #F0EDE8;
  --text-primary: #171717;
  --text-secondary: #44403c;
  --void-black: #0A0A0F;
  --wire-grey: #3A3A4A;
  --font-heading: "Space Grotesk", ui-serif, Georgia, serif;
  --font-body: "Inter", ui-sans-serif, system-ui, sans-serif;
  --ease-standard: cubic-bezier(0.2, 0, 0, 1);
  --ease-emphasized: cubic-bezier(0.2, 0, 0, 1.2);
  --ease-exit: cubic-bezier(0.4, 0, 1, 1);
}
