:root {
  /* Font Family */
  --font-family-sans-serif: "outfit", sans-serif;

  /* Font Weight */
  --font-weight-regular: 400;
  --font-weight-bold: 700;

  /* Font Size */
  
  --font-size-tiny: 12px;
  --font-size-small: 16px;
  --font-size-regular: 18px;
  --font-size-medium: 25px;
  --font-size-large: 36px;
  --font-size-big: 54px;

  /* Font Line Height */
  --font-line-height-small: 26px;
  --font-line-height-regular: 28px;
  --font-line-height-medium: 29.17px;
  --font-line-height-medium-large: 29.17px;
  --font-line-height-large: 37px;
  --font-line-height-extra-large: 45px;
  --font-line-height-giant: 58.33px;
  --font-line-height-huge: 75px;
}


/* Font Resets */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  word-break: break-word;
  font-family: var(--font-family-sans-serif);
  font-weight: var(--font-weight-bold);
}
