/* Font Settings */
:root {
  --font-poppins: "Poppins", sans-serif;

  --font-weight-extra-bold: 800;
  --font-weight-semi-bold: 600;
  --font-weight-medium: 500;
  --font-weight-regular: 400;

  --font-body-family: var(--font-poppins);
  --font-body-style: normal;
  --font-body-weight: var(--font-weight-regular);
  --font-body-weight-bold: var(--font-weight-semi-bold);

  --font-heading-family: var(--font-poppins);
  --font-heading-style: normal;

  --font-heading-weight: var(--font-weight-extra-bold);
}
