:root {
  /* FONT FAMILIES */
  --font-family: "Readex Pro", sans-serif;
  --second-family: "Euclid Circular A", sans-serif;
  --third-family: "UNCAGE", sans-serif;
  --font3: "MADE Evolve Sans EVO", sans-serif;
  --font4: "Inter", sans-serif;

  /* FONT SIZE */
  --section-title-size: 45px;
  --section-description-size: 16px;
  --card-title-size: 24px;

  /* PADDINGS */
  --section-padding: 160px 0 100px;
}