:root {
  --font-body-family: "Instrument Sans", sans-serif;;
  --font-header-family: "Instrument Sans", sans-serif;
  --font-hero-weight: 600;
  --font-header-weight: 400;
  --font-weight-semi-bold: 600;
  --border-radius: var(--corner-radius);
  --font-weight-intro-text: 500;
  --page-width: 150rem;
  --color-disabled: #B2B3B8;
  --color-error: #F00;
  --color-error-bg: #FFF1F1;
  --color-grey-200: #EAEAEA;
}
