/**
 * Zmienne design tokens — Miód i Wstążka
 *
 * @package miod-wstazka
 */

:root {
	--nav-height: 92px;
	--topbar-height: 38px;
	--container-max: 1320px;
	--container-padding: clamp(1rem, 4vw, 5rem);
	--section-padding: clamp(3rem, 6vw, 5rem);
	--z-sticky: 50;
	--z-modal: 100;
	--transition-base: 0.25s ease;
	--transition-fast: 0.15s ease;
	--transition-slow: 0.35s ease;
	--shadow-sm: 0 2px 8px rgba(26, 22, 18, 0.08);
	--shadow-md: 0 8px 24px rgba(26, 22, 18, 0.1);
	--shadow-lg: 0 12px 36px rgba(26, 22, 18, 0.11);
	--shadow-xl: 0 20px 50px rgba(26, 22, 18, 0.12);
	--shadow-honey: 0 12px 40px rgba(200, 152, 46, 0.2);
	--color-cream: #faf7f0;
	--color-cream-dark: #f0ebe0;
	--color-dark: #1a1612;
	--color-honey: #c8982e;
	--color-honey-deep: #9a6d22;
	--color-honey-light: #e8c96a;
	--color-honey-glow: #f5e6b8;
	--color-white: #ffffff;
	--color-border: #e8e0d4;
	--color-border-light: #f0ebe3;
	--color-text: #3d3429;
	--color-text-light: #5c4f44;
	--color-text-muted: #9b8e83;
	--color-success: #2d7a4d;
	--color-urgency: #b85c38;
	--font-display: "Fraunces", Georgia, "Times New Roman", serif;
	--font-body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	--text-xs: 0.75rem;
	--text-sm: 0.9375rem;
	--text-base: 1.0625rem;
	--text-md: 1.125rem;
	--text-lg: 1.125rem;
	--text-xl: 1.25rem;
	--text-2xl: 1.5rem;
	--text-3xl: 1.875rem;
	--text-4xl: clamp(1.875rem, 3.5vw, 2.5rem);
	--text-5xl: clamp(2.25rem, 4vw, 3.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;
	--space-16: 4rem;
	--radius-sm: 6px;
	--radius-md: 10px;
	--radius-lg: 14px;
	--radius-xl: 18px;
	--radius-2xl: 24px;
	--radius-full: 9999px;
}
