:root {
    --radius: 0.65rem !important;
    --primary: oklch(0.6460 0.2220 41.1160) !important;
    --primary-foreground: oklch(0.9850 0 0) !important;
}

.dark {
    --primary: oklch(0.7500 0.1830 55.9340) !important;
    --primary-foreground: oklch(0.2050 0 0) !important;
}
