:root {
  --background: #0f172a;
  --first: #0ea5e9;
  --first-dark: #1f7da7;
  --first-border-focus: #baeaff;
  --GreenVogue: #1c3039;
  --foreground: #0f172a;
  --muted-foreground: #64748b;
  --secondary: #e6f7fb;
  --secondary-foreground: #0f3b46;
  --card: #ffffff;
  --card-foreground: #0f172a;
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 8px;
  --radius-xl: 12px;
  --font-family: 'Inter', 'Inter Fallback';
  --border: #dbe4f0;
}