:root {
  --font-heading: 'Inter Tight', system-ui;
  --font-body: 'Inter', system-ui;
  --brand-primary: #FF5A01;
  --brand-secondary: #0F172A;
  --bg: #FFFFFF;
  --bg-gray: #F8F9FB;
  --bg-orange-2: #FEF4ED;
  --bg-cards: #F4F7FA;
  --bg-blue: #272E3F;
  --bg-orange: #FF7B34;
  --text-primary: #0F172A;
  --text-secondary: #475569;
  --text-tertiary: #64748B;
  --bg-light-blue: #F2F7FA;
  --text-on-dark: #94A3B8;
  --text-on-orange: #FFEDD5;
  --text-white: #FFFFFF;
  --state-hover: #E2E8F0;
  --state-hover-2: #E04E01;
  --state-success: #EFFDF4;
  --state-success-2: #059669;
  --state-error: #FEF2F2;
  --state-error-2: #FF0004;
  --state-disabled: #F9FAFC;
  --state-disabled-2: #CAD1DC;
  --state-pressed: #C54101;
  --border-on-dark: #059669;
  --border-on-light: #E6EAF0;
  --border-dark: #1E293B;
  --frame-border: #334155;
  --frame-base: #CBD5E1;
  --frame-notch: #64748B;
  --shadow-frame: 0 22px 60px rgba(0, 0, 0, 0.85);
  --shadow-frame-base: 0 13px 26px rgba(0, 0, 0, 0.6);
  --shadow-dropdown: 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --shadow-backdrop: rgba(15, 23, 42, 0.9);
}
