:root {
	--ink-950: #14213d;
	--ink-900: #1d2b49;
	--ink-700: #3d4b66;
	--ink-600: #526079;
	--ink-500: #6a768d;
	--paper: #f4f7fb;
	--surface: #ffffff;
	--surface-soft: #eef3f9;
	--surface-blue: #eef2ff;
	--line: #d7deea;
	--line-strong: #bcc7d8;
	--schedule: #2f52b2;
	--schedule-strong: #233f8e;
	--schedule-soft: #e7ecff;
	--campus: #0f6b61;
	--campus-strong: #09534b;
	--campus-soft: #e4f4f1;
	--warning: #92530a;
	--warning-soft: #fff3df;
	--danger: #b42318;
	--danger-strong: #8f1c13;
	--danger-soft: #fff0ee;
	--white: #ffffff;
	--font-display: "Source Serif 4", Georgia, serif;
	--font-body: "Source Sans 3", "Segoe UI", sans-serif;
	--font-data: "IBM Plex Mono", Consolas, monospace;
	--text-xs: 0.75rem;
	--text-sm: 0.875rem;
	--text-base: 1rem;
	--text-lg: 1.125rem;
	--text-xl: 1.375rem;
	--text-2xl: clamp(1.85rem, 4vw, 2.75rem);
	--space-1: 0.25rem;
	--space-2: 0.5rem;
	--space-3: 0.75rem;
	--space-4: 1rem;
	--space-5: 1.25rem;
	--space-6: 1.5rem;
	--space-8: 2rem;
	--space-10: 2.5rem;
	--space-12: 3rem;
	--radius-sm: 0.375rem;
	--radius-md: 0.625rem;
	--radius-lg: 0.875rem;
	--radius-xl: 1.25rem;
	--shadow-xs: 0 1px 2px rgba(20, 33, 61, 0.06);
	--shadow-sm: 0 8px 24px rgba(20, 33, 61, 0.07);
	--shadow-lg: 0 24px 60px rgba(20, 33, 61, 0.15);
	--focus: 0 0 0 3px rgba(47, 82, 178, 0.24);
	--header-height: 68px;
	--sidebar-width: 264px;
	--content-width: 1500px;
	--motion-fast: 150ms;
	--motion-base: 220ms;
	--ease-out: cubic-bezier(0.22, 1, 0.36, 1);
	--z-header: 40;
	--z-sidebar: 50;
	--z-overlay: 45;
	--z-dialog: 100;
}
