:root{
    --color-primary:#7c3aed;
    --color-secondary:#2563eb;
    --color-dark:#0f172a;
    --color-card:#111827;
    --color-text:#f8fafc;
}

body{
    font-family:'Inter',sans-serif;
}