:root {
  --color-canvas: #F7F6F2;
  --color-sage: #C9D2C3;
  --color-sage-ink: #3E5144;
  --color-sage-hover: #BAC6B3;
  --color-sage-active: #B5C3AC;
  --color-sage-quiet: #EEF1EA;
  --color-putty: #CABFB3;
  --color-putty-ink: #55493D;
  --color-putty-hover: #473C32;
  --color-putty-active: #392F27;
  --color-putty-quiet: #F0EBE5;
  --color-text: #30372F;
  --color-muted: #62625A;
  --color-white: #FFFFFF;
  --color-border: #7D8277;
  --color-rule: #C4C7BD;
  --color-wave-sage: #DDE3D7;
  --color-wave-putty: #E5DED5;
  --color-error: #762C25;
  --color-error-surface: #FAEEEB;
  --color-success: #3E5144;
  --color-success-surface: #EEF1EA;
  --color-disabled-ink: #62625A;
  --color-disabled-surface: #E7E8E1;
  --color-sage-play-hover: #314237;
  --color-sage-play-active: #27362C;
  --color-atlantic: #DFE6E6;
  --color-atlantic-ink: #243844;
  --color-atlantic-quiet: #EDF0EF;
  --color-atlantic-hover: #192B35;
  --color-atlantic-active: #12212A;
  --color-coffee-yellow: #FFDD00;
  --color-coffee-ink: #222222;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 80px;
  --layout-container: 1440px;
  --layout-gutter: 64px;
  --layout-reading: 64ch;
  --layout-radius: 3px;
  --layout-target: 48px;
  --shape-section-depth: 24px;
  --shape-section-depth-small: 16px;
  --motion-menu-open: 420ms;
  --motion-menu-close: 320ms;
  --motion-menu-ease: cubic-bezier(.32, 0, .2, 1);
  --motion-feedback: 120ms;
  --motion-ease: ease-out;
  --motion-arrival: 650ms;
  --motion-fade: 400ms;
  --motion-distance: 12px;
  --motion-arrival-ease: cubic-bezier(.22, 1, .36, 1);
  --motion-header: 320ms;
  --font-family: Figtree, Arial, sans-serif;
  --font-body: 18px;
  --font-small: 15px;
  --font-label: 14px;
  --font-ui: 16px;
  --font-h1: clamp(38px, 4.6vw, 60px);
  --font-h2: 34px;
  --font-h3: 26px;
  --font-line-body: 1.55;
  --font-line-h1: 1.06;
  --font-line-h2: 1.14;
  --font-line-h3: 1.2;
  --font-weight-body: 400;
  --font-weight-heading: 500;
  --font-weight-control: 600;
  --font-weight-wordmark: 650;
  --image-newsletter-opacity: .16;
}
