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

  /* Font Weight */
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 600;
  --font-weight-bold: 700;

  /* Font Size */
  --font-size-tiny: 0.78rem;
  --font-size-small: 14px;
  --font-size-regular: 16px;
  --font-size-medium: 18px;
  --font-size-large: 30px;
  --font-size-larger: 36px;
  --font-size-huge: 40px;
  --font-size-huger: 48px;

/* 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);
}
