:root {
    --primary: #0d6efd;
    --primary-foreground: #ffffff;
    --secondary: #c2ff00;
    --secondary-foreground: #0f172a;
    --background: #f9f7f2;
    --foreground: #0f172a;
    --card: #ffffff;
    --card-foreground: #0f172a;
    --muted: #f1f5f9;
    --muted-foreground: #64748b;
    --accent: #10b981;
    --accent-foreground: #ffffff;
    --border: #e2e8f0;
    --radius: 0.75rem;
    --font-sans: 'Encode Sans', sans-serif;
    --font-serif: 'Encode Sans', sans-serif;
    --header-height: 80px;
}