:root{--color-brand-primary: #1B7FC4;--color-brand-primary-deep: #013354;--color-brand-primary-light: #4FB8F1;--color-brand-secondary: #0A1628;--color-bg: #F8F7F4;--color-bg-alt: #FFFFFF;--color-surface-1: #FFFFFF;--color-surface-2: #F8F7F4;--color-surface-3: #EFEDE7;--color-border: #E5E2DA;--color-border-strong: #D4D0C5;--color-mute: #6B7280;--color-text: #0A1628;--color-text-secondary: #4B5563;--color-text-inverse: #FFFFFF;--color-text-on-brand: #FFFFFF;--color-flavour-strawberry-watermelon: #E11D2E;--color-flavour-strawberry-watermelon-deep: #8F0F1A;--color-flavour-tropical-punch: #F26B1F;--color-flavour-tropical-punch-deep: #C44512;--color-flavour-exotic-blueberry: #1F3A8A;--color-flavour-exotic-blueberry-deep: #0F1F5C;--color-flavour-lemon-lime: #3DA94D;--color-flavour-lemon-lime-bright: #C8E64A;--gradient-strawberry-watermelon: linear-gradient(135deg, var(--color-flavour-strawberry-watermelon) 0%, var(--color-flavour-strawberry-watermelon-deep) 100%);--gradient-tropical-punch: linear-gradient(135deg, var(--color-flavour-tropical-punch) 0%, var(--color-flavour-tropical-punch-deep) 100%);--gradient-exotic-blueberry: linear-gradient(135deg, var(--color-flavour-exotic-blueberry) 0%, var(--color-flavour-exotic-blueberry-deep) 100%);--gradient-lemon-lime: linear-gradient(135deg, var(--color-flavour-lemon-lime) 0%, var(--color-flavour-lemon-lime-bright) 100%);--gradient-brand: linear-gradient(135deg, var(--color-brand-primary) 0%, var(--color-brand-primary-deep) 100%);--color-success: #16A34A;--color-success-bg: #F0FDF4;--color-warning: #F59E0B;--color-warning-bg: #FFFBEB;--color-error: #DC2626;--color-error-bg: #FEF2F2;--color-info: #2563EB;--color-info-bg: #EFF6FF;--font-display: "Fraunces", "Times New Roman", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", monospace;--text-xs: clamp(.75rem, .7rem + .2vw, .8125rem);--text-sm: clamp(.875rem, .825rem + .2vw, .9375rem);--text-base: clamp(1rem, .95rem + .25vw, 1.0625rem);--text-lg: clamp(1.125rem, 1.05rem + .35vw, 1.25rem);--text-xl: clamp(1.25rem, 1.15rem + .5vw, 1.5rem);--text-2xl: clamp(1.5rem, 1.35rem + .75vw, 1.875rem);--text-3xl: clamp(1.875rem, 1.65rem + 1.1vw, 2.5rem);--text-4xl: clamp(2.25rem, 1.9rem + 1.75vw, 3.25rem);--text-5xl: clamp(2.75rem, 2.2rem + 2.7vw, 4.5rem);--text-6xl: clamp(3.5rem, 2.5rem + 5vw, 6.5rem);--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--leading-tight: 1.05;--leading-snug: 1.2;--leading-normal: 1.5;--leading-relaxed: 1.65;--tracking-tighter: -.025em;--tracking-tight: -.015em;--tracking-normal: 0em;--tracking-wide: .025em;--tracking-wider: .05em;--tracking-widest: .08em;--space-0: 0;--space-1: .25rem;--space-2: .5rem;--space-3: .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;--space-20: 5rem;--space-24: 6rem;--space-32: 8rem;--section-padding-y: clamp(3rem, 2rem + 5vw, 6rem);--section-padding-x: clamp(1rem, .5rem + 2vw, 2.5rem);--container-max: 1440px;--container-narrow: 960px;--container-prose: 680px;--container-padding: clamp(1rem, .5rem + 2vw, 2rem);--bp-sm: 480px;--bp-md: 768px;--bp-lg: 1024px;--bp-xl: 1280px;--bp-2xl: 1536px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 24px;--radius-full: 9999px;--shadow-xs: 0 1px 2px rgba(10, 22, 40, .04);--shadow-sm: 0 1px 3px rgba(10, 22, 40, .06), 0 1px 2px rgba(10, 22, 40, .04);--shadow-md: 0 4px 8px rgba(10, 22, 40, .06), 0 2px 4px rgba(10, 22, 40, .04);--shadow-lg: 0 10px 24px rgba(10, 22, 40, .08), 0 4px 8px rgba(10, 22, 40, .04);--shadow-xl: 0 20px 40px rgba(10, 22, 40, .1), 0 8px 16px rgba(10, 22, 40, .05);--shadow-brand: 0 8px 24px rgba(27, 127, 196, .25);--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--duration-instant: .1s;--duration-fast: .2s;--duration-base: .3s;--duration-slow: .5s;--duration-slower: .8s;--motion-speed: 1;--motion-duration-fast: calc(.15s * var(--motion-speed));--motion-duration-base: calc(.3s * var(--motion-speed));--motion-duration-slow: calc(.5s * var(--motion-speed));--motion-ease-out: cubic-bezier(.16, 1, .3, 1);--motion-ease-standard: cubic-bezier(.4, 0, .2, 1);--motion-distance: 16px;--z-base: 1;--z-sticky: 10;--z-overlay: 50;--z-drawer: 100;--z-modal: 200;--z-popover: 300;--z-toast: 400;--z-max: 9999;--header-height: 72px;--header-height-mobile: 60px;--announcement-height: 36px;--button-height: 48px;--button-height-sm: 36px;--button-height-lg: 56px;--input-height: 48px;--focus-ring-width: 2px;--focus-ring-offset: 2px}@media(prefers-reduced-motion:reduce){:root{--duration-instant: 0ms;--duration-fast: 0ms;--duration-base: 0ms;--duration-slow: 0ms;--duration-slower: 0ms}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/tokens.css.map */
