:root {
--color-base-100: #ffffff;
--color-base-200: #f8f8f8;
--color-base-300: #eeeeee;
--color-base-content: #333333;
--color-primary: #bad80a;
--color-primary-content: #333333;
--color-secondary: #007ac8;
--color-secondary-content: #ffffff;
--color-accent: #003f87;
--color-accent-content: #ffffff;
--color-neutral: #006b3f;
--color-neutral-content: #ffffff;
--radius-selector: 1rem;
--radius-field: 0.25rem;
--radius-box: 1rem;
--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;
}