:root{
--red-100:#F7DCDE;
--red-300:#DE6169;
--red-500:#B01F27;
--red-600:#9C1A21;
--red-700:#7A141A;
--red-900:#3D0A0D;
--black:#0D0D0D;
--white:#FFFFFF;
--gray-050:#F7F6F5;
--gray-100:#EFEDEB;
--gray-200:#DEDAD7;
--gray-400:#A6A09B;
--gray-600:#6B6560;
--gray-800:#33302D;
--success:#1E7A4C;
--warning:#B8790A;
--danger:var(--red-500);
--color-bg:var(--white);
--color-bg-inverse:var(--black);
--color-surface:var(--white);
--color-surface-sunken:var(--gray-050);
--color-text:var(--black);
--color-text-muted:var(--gray-600);
--color-text-on-dark:var(--white);
--color-text-on-dark-muted:var(--gray-200);
--color-border:var(--gray-200);
--color-border-strong:var(--black);
--color-brand:var(--red-500);
--color-brand-hover:var(--red-600);
--color-brand-active:var(--red-700);
--color-brand-tint:var(--red-100);
--color-focus-ring:var(--red-500);
}
