:root {
  --navy-blue: rgba(35, 42, 105, 1);
  --neutral-800: rgba(31, 41, 55, 1);
  --grey: rgba(250, 250, 250, 1);
  --paragraph-font-family: "Open Sans", Helvetica;
  --paragraph-font-weight: 400;
  --paragraph-font-size: 16px;
  --paragraph-letter-spacing: 0px;
  --paragraph-line-height: normal;
  --paragraph-font-style: normal;
  --heading-three-font-family: "Segoe UI", Helvetica;
  --heading-three-font-weight: 700;
  --heading-three-font-size: 20px;
  --heading-three-letter-spacing: 0px;
  --heading-three-line-height: normal;
  --heading-three-font-style: italic;
  --body-font-family: "Open Sans", Helvetica;
  --body-font-weight: 400;
  --body-font-size: 18px;
  --body-letter-spacing: 0px;
  --body-line-height: 28.5px;
  --body-font-style: normal;
  --detail-font-family: "Open Sans", Helvetica;
  --detail-font-weight: 400;
  --detail-font-size: 16px;
  --detail-letter-spacing: 0px;
  --detail-line-height: normal;
  --detail-font-style: italic;
  --heading-one-font-family: "Segoe UI", Helvetica;
  --heading-one-font-weight: 700;
  --heading-one-font-size: 40px;
  --heading-one-letter-spacing: 0px;
  --heading-one-line-height: normal;
  --heading-one-font-style: normal;
  --homepage-button-heading-font-family: "Inter", Helvetica;
  --homepage-button-heading-font-weight: 600;
  --homepage-button-heading-font-size: 24px;
  --homepage-button-heading-letter-spacing: 0px;
  --homepage-button-heading-line-height: normal;
  --homepage-button-heading-font-style: normal;
  --pop-up-body-text-font-family: "Inter", Helvetica;
  --pop-up-body-text-font-weight: 400;
  --pop-up-body-text-font-size: 20px;
  --pop-up-body-text-letter-spacing: 0px;
  --pop-up-body-text-line-height: normal;
  --pop-up-body-text-font-style: normal;
}
