:root {
  --clr-black: #222;
  --clr-white: #eee;
  --clr-primary: #FAF4E7;
  --clr-secondary: #3E6745;
  --clr-accent: #6F4F37;

  --fs-hero-heading: 6.4rem;
  --fs-heading: 4.2rem;
  --fs-subheading: 3.2rem;
  --fs-paragraph: 1.4rem;
  --fs-CTA: 1.6rem;

  /* --ff-header: "Sintony", sans-serif; */
  /* --ff-header: "roboto", sans-serif; */
  /* --ff-pragraph: "Manrope", sans-serif; */
  --ff-main: "roboto", sans-serif;
}
