:root {
  /* Brand colors — warm amber/gold for F&B premium feel */
  --t-nav: #1E293B;
  --t-footer: #1E293B;
  --t-hero: #B45309;
  --t-primary: #B45309;
  --t-primary-hover: #92400E;

  /* Neutral palette */
  --t-bg: #fafafa;
  --t-bg-card: #ffffff;
  --t-bg-muted: #f4f4f5;
  --t-bg-subtle: #f3f4f6;
  --t-bg-hover: #f0f0f1;
  --t-text: #18181b;
  --t-text-secondary: #52525b;
  --t-text-dim: #a1a1aa;
  --t-text-on-dark: #ffffff;

  /* Status */
  --t-green: #059669;
  --t-amber: #D97706;
  --t-blue: #0284C7;
  --t-red: #DC2626;

  /* Borders */
  --t-border: #e4e4e7;
  --t-border-hover: #d4d4d8;

  /* Radius */
  --t-radius-sm: 6px;
  --t-radius: 8px;
  --t-radius-lg: 12px;
  --t-radius-full: 9999px;

  /* Typography */
  --t-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --t-font-mono: ui-monospace, 'SF Mono', monospace;

  /* Font-size scale */
  --t-fs-xs: 0.75rem;
  --t-fs-sm: 0.8125rem;
  --t-fs-base: 0.9375rem;
  --t-fs-md: 1rem;
  --t-fs-lg: 1.125rem;
  --t-fs-xl: 1.375rem;
  --t-fs-2xl: 1.625rem;

  /* Shadows */
  --t-shadow-sm: 0 1px 2px rgba(0,0,0,0.04);
  --t-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  --t-shadow-lg: 0 4px 12px rgba(0,0,0,0.08);

  /* Transitions */
  --t-transition: 150ms ease;

  /* Horizontal nav */
  --t-hnav-bg: #f1f2f4;
  --t-hnav-border: #dde0e5;

  /* Sidebar */
  --t-sidebar-width: 240px;
  --t-sidebar-width-collapsed: 64px;
  --t-sidebar-bg: #1E293B;
  --t-sidebar-bg-hover: #334155;
  --t-sidebar-text: #ffffff;
  --t-sidebar-text-dim: rgba(255, 255, 255, 0.6);
  --t-sidebar-border: rgba(255, 255, 255, 0.1);
  --t-sidebar-transition: 250ms ease;
  --t-topbar-height: 56px;
}
