:root {
  --bg: #eef0f3;
  --bg-elev: #f7f8fa;
  --surface: #ffffff;
  --surface-glass: rgba(255, 255, 255, 0.7);
  --border: #e0e3e9;
  --text: #1a1d23;
  --text-dim: #6b7280;

  --accent: #FF7500;
  --accent-hover: #ff8c2e;
  --accent-dark: #CC5E00;
  --accent-soft: rgba(255, 117, 0, 0.12);

  --success: #2ecc71;
  --danger: #e74c3c;
  --warning: #f1c40f;

  --font: "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-titulo: "Sora", "Inter", sans-serif;

  --fs-xs: 12px; --fs-sm: 13px; --fs-base: 15px;
  --fs-lg: 16px; --fs-xl: 20px; --fs-2xl: 26px;

  --sp-1: 4px; --sp-2: 8px; --sp-3: 12px;
  --sp-4: 16px; --sp-5: 24px; --sp-6: 32px;

  --radius: 10px; --radius-sm: 6px; --radius-lg: 16px; --radius-full: 999px;
  --shadow: 0 8px 24px rgba(15, 23, 42, 0.10);
  --blur: blur(12px);
  --transicao: .15s ease;

  --sidebar-w: 248px;
  --topbar-h: 60px;
}
