:root {
    --primary: #4f46e5;
    --primary-hover: #4338ca;
}

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