:root {
    --color-primary: #22c55e;
    --color-primary-dark: #16a34a;
    --color-accent: #d946a8;

    /* Chart colors */
    --chart-blue: #3b82f6;
    --chart-violet: #8b5cf6;
    --chart-orange: #f97316;
    --chart-teal: #14b8a6;
    --chart-yellow: #eab308;
    --chart-green: #22c55e;
    --chart-pink: #d946a8;
}

body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}
