:root {
  --fw-white:        #ffffff;
  --fw-parchment:    #f5f5f7;
  --fw-dark-1:       #272729;
  --fw-black:        #000000;
  --fw-ink:          #1d1d1f;
  --fw-ink-muted:    #7a7a7a;
  --fw-ink-dark:     #ffffff;
  --fw-ink-muted-dark: #cccccc;
  --fw-blue:         #0066cc;
  --fw-blue-focus:   #0071e3;
  --fw-blue-dark:    #2997ff;
  --fw-hairline:     #e0e0e0;
  --fw-font:         'Inter', system-ui, sans-serif;
  --fw-r-pill:       9999px;
  --fw-r-lg:         18px;
  --fw-r-sm:         8px;
  --fw-space-section: 80px;
  --fw-shadow-product: rgba(0,0,0,0.22) 3px 5px 30px 0;
}

* { box-sizing: border-box; }

body {
  font-family: var(--fw-font);
  -webkit-font-smoothing: antialiased;
}