:root{
  --bg:#f6efe7;
  --bg-soft:#fbf7f3;
  --surface:#fffaf6;
  --surface-2:#f4ebe4;
  --surface-3:#efe1d6;
  --text:#2c1a18;
  --text-soft:#5f4a45;
  --text-muted:#7d655f;
  --line:#dbc7bb;
  --line-strong:#cdb4a6;
  --primary:#6f1d1b;
  --primary-hover:#5b1515;
  --primary-soft:#f3e0dd;
  --secondary:#8f2d28;
  --gold:#c89b3c;
  --gold-soft:#f5e6bc;
  --success:#1f7a4d;
  --success-soft:#e4f3ea;
  --warning:#a66a06;
  --warning-soft:#fff1d6;
  --danger:#b42318;
  --danger-soft:#fff1ef;
  --info:#225ea8;
  --info-soft:#eaf2ff;

  --shadow-xs:0 1px 2px rgba(44,26,24,.05);
  --shadow-sm:0 10px 25px rgba(72,31,24,.08);
  --shadow-md:0 18px 45px rgba(72,31,24,.12);
  --shadow-lg:0 24px 70px rgba(72,31,24,.18);

  --radius-xs:10px;
  --radius-sm:14px;
  --radius-md:18px;
  --radius-lg:24px;
  --radius-xl:32px;
  --radius-pill:999px;

  --space-1:4px;
  --space-2:8px;
  --space-3:12px;
  --space-4:16px;
  --space-5:20px;
  --space-6:24px;
  --space-8:32px;
  --space-10:40px;
  --space-12:48px;
  --space-16:64px;

  --container-auth:1180px;
  --container-app:1440px;

  --font-sans:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
}
