:root {
  --header-text: "Corinthian-Bold";
  --body-text: "Corinthian-Light";
  --strong-text: "Corinthian-Medium";
  --menu-text: "Corinthian-Light";
  --button-text: "Corinthian-Light";
  --cards-header: "Corinthian-Medium";
  --footer-header: "Corinthian-Bold";
  /* footer */
  --footer-color-header: var(--lime);
  --footer-color-border: var(--lime);
  --footer-color-icon: var(--lime);
  --footer-color-text: var(--white);
}
