:root {
  --background: #0b1626;
  --foreground: #f7faff;
  --card: #ffffff;
  --card-foreground: #172133;
  --popover: #ffffff;
  --popover-foreground: #172133;
  --primary: #00b4d8;
  --primary-foreground: #0b1626;
  --secondary: #e0f7fa;
  --secondary-foreground: #172133;
  --muted: #e6eef5;
  --muted-foreground: #6b7280;
  --accent: #00b4d8;
  --accent-foreground: #0b1626;
  --destructive: #ef4444;
  --destructive-foreground: #ffffff;
  --border: #dbe3ea;
  --input: #dbe3ea;
  --ring: #00b4d8;
  --sidebar: #13203a;
  --sidebar-foreground: #f7faff;
  --sidebar-primary: #00b4d8;
  --sidebar-primary-foreground: #0b1626;
  --sidebar-accent: #ffe066;
  --sidebar-accent-foreground: #13203a;
  --sidebar-border: #1f3355;
  --sidebar-ring: #00b4d8;
  --font-sans: 'Sora', 'Inter', 'Roboto', 'Segoe UI', Arial, sans-serif;
}
body {
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-sans);
}
