/* Fonts */
:root {
  --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 /*  --heading-font: "Amatic SC",  sans-serif; */
  --heading-font: "Great Vibes",  cursive;
  --nav-font: "Inter",  sans-serif;
}
