:root {
  --color-brand: #46484f;
  --color-link-blue: #46484f;
  --color-space-black: #1d1d1f;
  --color-slate: #313131;
  --color-gunmetal: #444545;
  --color-fog: #6b6c6c;
  --color-pure-white: #ffffff;
  --color-mist: #f6f6f6;
  --color-silver: #e8e8ed;
  --color-cloud: #dedfe2;
  --font-sf-pro-text: "SF Pro Text", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-sf-pro-display: "SF Pro Display", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --text-caption: 12px;
  --leading-caption: 1.33;
  --text-body-sm: 14px;
  --leading-body-sm: 1.43;
  --text-body: 17px;
  --leading-body: 1.47;
  --text-body-lg: 21px;
  --leading-body-lg: 1.38;
  --text-heading: 40px;
  --leading-heading: 1.1;
  --text-heading-lg: 48px;
  --leading-heading-lg: 1.14;
  --font-weight-regular: 400;
  --font-weight-semibold: 600;
  --page-max-width: 1120px;
  --section-gap: 72px;
  --card-padding: 40px;
  --radius-nav: 12px;
  --radius-cards: 8px;
  --radius-inputs: 12px;
  --radius-buttons: 980px;
  --shadow-subtle: rgba(0, 0, 0, 0.11) 0px 0px 1px 0px inset;
}
