Initial commit

This commit is contained in:
2026-07-19 13:09:04 +02:00
commit 8cf57d7878
215 changed files with 30417 additions and 0 deletions

View File

@@ -0,0 +1,76 @@
:root {
--color-primary: #245b7d;
--color-primary-hover: #1d4f6d;
--color-primary-active: #173f58;
--color-primary-subtle: #e7f1f7;
--color-secondary: #546475;
--color-background: #f5f7fa;
--color-surface: #ffffff;
--color-surface-elevated: #ffffff;
--color-text-primary: #182331;
--color-text-secondary: #4d5d70;
--color-text-muted: #687789;
--color-border: #d9e0e8;
--color-border-strong: #aeb9c6;
--color-focus: #0b72b9;
--color-success: #23724d;
--color-success-subtle: #e7f5ee;
--color-warning: #8a5a0a;
--color-warning-subtle: #fff4d8;
--color-danger: #a13d3d;
--color-danger-subtle: #fbeaea;
--color-info: #315f94;
--color-info-subtle: #e8f1fb;
--color-neutral-subtle: #eef2f6;
--space-0: 0;
--space-1: 0.125rem;
--space-2: 0.25rem;
--space-3: 0.5rem;
--space-4: 0.75rem;
--space-5: 1rem;
--space-6: 1.5rem;
--space-7: 2rem;
--space-8: 3rem;
--space-9: 4rem;
--font-family-base:
ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-md: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.375rem;
--font-size-2xl: 1.75rem;
--line-height-tight: 1.2;
--line-height-base: 1.5;
--line-height-relaxed: 1.65;
--font-weight-regular: 400;
--font-weight-medium: 500;
--font-weight-semibold: 650;
--font-weight-bold: 750;
--radius-sm: 0.25rem;
--radius-md: 0.375rem;
--radius-lg: 0.5rem;
--radius-pill: 999px;
--shadow-sm: 0 1px 2px rgb(24 35 49 / 8%);
--shadow-md: 0 8px 24px rgb(24 35 49 / 12%);
--z-header: 20;
--z-drawer: 30;
--z-overlay: 40;
--z-dialog: 50;
--z-toast: 60;
--transition-fast: 120ms;
--transition-base: 180ms;
--container-width: 72rem;
--sidebar-width: 16.25rem;
--header-height: 4rem;
--breakpoint-small: 36rem;
--breakpoint-medium: 48rem;
--breakpoint-large: 64rem;
--breakpoint-wide: 80rem;
--touch-target: 2.75rem;
--input-height: 2.75rem;
--button-height: 2.75rem;
}