@custom-variant dark (&:is(.dark *));

:root {
    --background: #05070a;
    --foreground: #ffffff;
    --card: #0f1218;
    --card-foreground: #ffffff;
    --popover: #0f1218;
    --popover-foreground: #ffffff;
    --primary: #007ec2;
    --primary-foreground: #ffffff;
    --secondary: #1e293b;
    --secondary-foreground: #ffffff;
    --muted: #1e293b;
    --muted-foreground: #94a3b8;
    --accent: rgba(0, 126, 194, 0.15);
    --accent-foreground: #007ec2;
    --destructive: #ef4444;
    --border: #1e293b;
    --input: #1a1f29;
    --ring: #007ec2;
    --radius: 0.75rem;
}

body {
    background-color: var(--background);
    color: var(--foreground);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

html {
    scroll-behavior: smooth;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}
