:root {
	/* Colors */
	--color-primary: #d40000;
	--color-secondary: #002868;
	--color-accent: #f5c518;
	--color-text: #1a1a1a;
	--color-text-secondary: #555;
	--color-text-muted: #888;
	--color-bg: #f5f5f5;
	--color-bg-white: #fff;
	--color-bg-dark: #1a1a1a;
	--color-border: #e0e0e0;
	--color-border-light: #f0f0f0;
	--color-link: #d40000;
	--color-link-hover: #a00000;

	/* Typography */
	--font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	--font-serif: 'Merriweather', Georgia, 'Times New Roman', serif;
	--font-size-xs: 0.75rem;
	--font-size-sm: 0.875rem;
	--font-size-base: 1rem;
	--font-size-lg: 1.125rem;
	--font-size-xl: 1.25rem;
	--font-size-2xl: 1.5rem;
	--font-size-3xl: 1.875rem;
	--font-size-4xl: 2.25rem;
	--font-size-hero: 2.75rem;

	/* Spacing */
	--space-xs: 0.25rem;
	--space-sm: 0.5rem;
	--space-md: 1rem;
	--space-lg: 1.5rem;
	--space-xl: 2rem;
	--space-2xl: 3rem;
	--space-3xl: 4rem;

	/* Layout */
	--container-max: 1333px;
	--sidebar-width: 300px;
	--header-height: 60px;
	--gap: 1.5rem;

	/* Shadows */
	--shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
	--shadow-md: 0 4px 12px rgba(0, 0, 0, 0.1);
	--shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.12);

	/* Transitions */
	--transition-fast: 150ms ease;
	--transition-base: 250ms ease;

	/* Z-index */
	--z-dropdown: 100;
	--z-sticky: 200;
	--z-drawer: 300;
	--z-overlay: 400;
	--z-modal: 500;
}
