/* FONT DEFS */
@font-face {
  font-family: "main font";
  src: url(../assets/fonts/Caprasimo/Caprasimo-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}

/* CROSS PAGE STYLES */
body {
  color: rgb(126, 63, 107);
  font-family: "Poppins", Verdana, sans-serif;
  background: #fffafc; 
  color: #56464f;
}
h1,
h2,
h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
}

a {
  text-decoration: none;
  color: rgb(154, 130, 145);
  font-size: 1rem;
}
