:root {
color-scheme: light;
--rw-color-white: #ffffff;
--rw-color-bg: #fdfdfc;
--rw-color-surface: #ffffff;
--rw-color-surface-soft: #f7f5f2;
--rw-color-surface-warm: #f1eee9;
--rw-color-image: #efedea;
--rw-color-text: #171716;
--rw-color-heading: #0e0e0d;
--rw-color-muted: #6f6d69;
--rw-color-subtle: #96938e;
--rw-color-border: #e4e1dc;
--rw-color-border-strong: #cbc7c0;
--rw-color-accent: #151514;
--rw-color-accent-hover: #333331;
--rw-color-sale: #c6453d;
--rw-color-success: #4d7659;
--rw-color-success-soft: #edf4ee;
--rw-color-warning: #9c6b27;
--rw-color-error: #a64038;
--rw-color-overlay: rgb(15 15 14 / 44%);
--rw-color-overlay-soft: rgb(15 15 14 / 8%);
--rw-font-body: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
--rw-font-heading: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
--rw-font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace; --rw-font-size-xs: 0.6875rem;
--rw-font-size-sm: 0.8125rem;
--rw-font-size-base: 0.9375rem;
--rw-font-size-md: 1rem;
--rw-font-size-lg: clamp(1rem, 0.94rem + 0.3vw, 1.18rem);
--rw-font-size-h4: clamp(1.15rem, 1.08rem + 0.35vw, 1.35rem);
--rw-font-size-h3: clamp(1.4rem, 1.25rem + 0.65vw, 1.8rem);
--rw-font-size-h2: clamp(1.85rem, 1.55rem + 1.25vw, 2.75rem);
--rw-font-size-h1: clamp(2.7rem, 2.05rem + 2.35vw, 4.25rem);
--rw-line-tight: 1.06;
--rw-line-heading: 1.12;
--rw-line-body: 1.62;
--rw-letter-tight: -0.035em;
--rw-letter-nav: 0.055em;
--rw-container-wide: 1680px;
--rw-container: 1440px;
--rw-container-content: 1280px;
--rw-container-narrow: 920px;
--rw-gutter: clamp(20px, 3.15vw, 56px);
--rw-space-1: 4px;
--rw-space-2: 8px;
--rw-space-3: 12px;
--rw-space-4: 16px;
--rw-space-5: 20px;
--rw-space-6: 24px;
--rw-space-7: 32px;
--rw-space-8: 40px;
--rw-space-9: 48px;
--rw-space-10: 64px;
--rw-space-11: 80px;
--rw-space-12: 104px;
--rw-section-space: clamp(58px, 6.8vw, 96px);
--rw-radius-0: 0;
--rw-radius-xs: 2px;
--rw-radius-sm: 4px;
--rw-radius-md: 8px;
--rw-radius-lg: 14px;
--rw-radius-pill: 999px;
--rw-shadow-xs: 0 1px 2px rgb(17 17 15 / 4%);
--rw-shadow-soft: 0 16px 52px rgb(17 17 15 / 7%);
--rw-shadow-float: 0 24px 70px rgb(17 17 15 / 11%);
--rw-duration-fast: 160ms;
--rw-duration: 260ms;
--rw-duration-slow: 520ms;
--rw-ease: cubic-bezier(.22, 1, .36, 1);
--rw-ease-standard: cubic-bezier(.2, .75, .25, 1);
--rw-transition: var(--rw-duration) var(--rw-ease);
--rw-announcement-height: 31px;
--rw-header-height: 76px;
--rw-control-height: 48px;
--rw-control-height-lg: 54px;
--rw-product-ratio: 4 / 5;
}