:root {
  /* Font Sizes */
  --fine-print: 12px;
  --small-size: 13px;
  --base-size: 16px;
  --h6: 18px;
  --h5: 20px;
  --h4: 24px;
  --h3: 28px;
  --h2: 36px;
  --h1: 50px;
  --hero: 70px;

  /* Font Styles */
  --header-style: 'Geologica', sans-serif;
  --body-style: 'Geologica', sans-serif;
  --alt-style: 'Geologica', sans-serif;


  --header-weight: 600;
  --header-line-height: 1.1;

  /********* SPACING ********/
  --grid-gutter: 35px;
  --grid-gutter-half: calc(0.5 * var(--grid-gutter));
  --grid-gutter-quarter: calc(0.25 * var(--grid-gutter));
  --grid-gutter-2x: calc(2 * var(--grid-gutter));
  --grid-gutter-3x: calc(3 * var(--grid-gutter));
  --section-spacing: 55px;
  --width-site: 1200px;
  --narrow-width: 860px;
  --extra-narrow-width: 560px;
  --input-radius: 10px;
  --inputs-border-width: 1.5px;
  --duration-short: 0.25s;
  --min-height: 35px;

  --black: 0, 0%, 0%;
  --black-light1: 222, 13%, 16%;
  --black-light2: 216, 18%, 22%;

  --white: 0, 0%, 100%;
  --white-dark1: 223, 26%, 95%;
  --white-dark2: 215, 26%, 91%;

  --blue: 210, 132%, 45%;
  --upwork-green: #14A81F;
}

@media screen and (max-width: 749px) {
  :root {
  /* Font Sizes */
  --fine-print: 12px;
  --small-size: 13px;
  --base-size: 14px;
  --h6: 18px;
  --h5: 18px;
  --h4: 20px;
  --h3: 24px;
  --h2: 28px;
  --h1: 36px;
  --hero: 50px;
  }
}