:root {
--color-base-100: #ffffff;
--color-base-200: #f8f8f8;
--color-base-300: #eeeeee;
--color-base-content: #00053e;
--color-primary: #0072bc;
--color-primary-content: #e0e7ff;
--color-secondary: #0072bc;
--color-secondary-content: #f9e4f0;
--color-accent: #00053e;
--color-accent-content: #eeeeee;
--color-neutral: #0072bc;
--color-neutral-content: #e4e4e7;
--radius-selector: 0.25rem;
--radius-field: 0.25rem;
--radius-box: 0.25rem;
--border: 1px;
--color-info: oklch(0.70 0.2 220);
--color-info-content: oklch(0.98 0.01 220);
--color-success: oklch(0.65 0.25 140);
--color-success-content: oklch(0.98 0.01 140);
--color-warning: oklch(0.80 0.25 80);
--color-warning-content: oklch(0.20 0.05 80);
--color-error: oklch(0.65 0.3 30);
--color-error-content: oklch(0.98 0.01 30);
--size-selector: 0.25rem;
--size-field: 0.25rem;
--depth: 1;
--noise: 0;
}