:root {
  --font-sans: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-shell: "Mulish", "Segoe UI", system-ui, sans-serif;
  --font-brand: "Martel", Georgia, serif;

  --fs-2xs: 10px;
  --fs-xs: 11px;
  --fs-sm: 12px;
  --fs-md: 13px;
  --fs-base: 14px;
  --fs-lg: 16px;
  --fs-xl: 18px;

  --ink-900: #17130f;
  --ink-800: #1d1712;
  --ink-700: #2a241f;
  --ink-600: #4d4230;

  --nav-bg: #1c1917;
  --nav-border: #332818;
  --nav-hover: rgb(255 255 255 / 4%);
  --nav-active: linear-gradient(150deg, rgb(220 192 138 / 18%), rgb(150 118 63 / 12%));
  --nav-active-text: #e1cb91;
  --nav-label: #6e6353;
  --nav-link: #a99c86;
  --nav-brand: #f4eee1;
  --nav-user-name: #ede6d8;
  --nav-user-role: #8a7f6d;
  --nav-avatar-bg: #2a2114;
  --nav-badge: #b08946;

  --gold-300: #e2cd9c;
  --gold-400: #d4b87e;
  --gold-500: #c9a96a;
  --gold-600: #b8995f;
  --gold-700: #96763f;
  --gold-gradient: linear-gradient(180deg, var(--gold-400), var(--gold-600));

  --surface: #ffffff;
  --surface-cream: #f7f3eb;
  --page-bg: #f1ece3;
  --surface-soft: #f9f5ee;
  --surface-muted: #f5f1e9;
  --surface-active: #fbf6ec;
  --surface-pill: #efe9dd;
  --surface-count: #e6e2db;
  --bubble-out: #faf0d9;
  --bubble-out-border: #efdcb4;

  --border: #ece5d7;
  --border-soft: #f3eee4;

  --text: #2a251e;
  --text-secondary: #5f574b;
  --text-muted: #8f8676;
  --text-faint: #b9b0a0;

  --green-500: #3e9268;
  --green-100: #e7f4ec;
  --blue-500: #3e77c4;
  --blue-100: #e9f0fb;
  --purple-500: #7a44b5;
  --purple-100: #f2e7fa;
  --orange-500: #e39a2e;
  --orange-600: #b8741a;
  --orange-100: #fceed4;
  --red-500: #d0493b;
  --red-100: #fbeae6;
  --package-sapphire: #253e5d;
  --package-ruby: #901b0b;
  --package-onyx: #d1ae50;
  --booking-card: #b08946;

  --whatsapp: #25d366;
  --instagram: #d62976;
  --tiktok: #111111;

  --radius-xs: 6px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-full: 999px;

  --shadow-sm: 0 1px 2px rgb(23 19 15 / 6%);
  --shadow-md: 0 8px 24px rgb(23 19 15 / 10%);
  --shadow-lg: 0 20px 48px rgb(23 19 15 / 18%);
  --focus-ring: 0 0 0 3px rgb(201 169 106 / 35%);

  --sidebar-expanded-width: 236px;
  --sidebar-rail-width: 72px;
  --sidebar-width: var(--sidebar-expanded-width);
  --list-width: 372px;
  --panel-width: 356px;
  --header-height: 64px;
  --list-gutter: 20px;
  --panel-gutter: 22px;

  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --duration: 160ms;
}

@media (max-width: 1535px) {
  :root {
    --list-width: 348px;
    --panel-width: 328px;
    --list-gutter: 16px;
    --panel-gutter: 18px;
  }
}

@media (max-width: 1359px) {
  :root {
    --list-width: 320px;
    --panel-width: 316px;
  }
}
