@import url('https://fonts.googleapis.com/css?family=EB+Garamond|Poppins:400,700&display=swap');

h1,h2,h3 {
font-family: 'Poppins', sans-serif;
font-weight:700;
}

p {
font-family: 'EB Garamond', serif;}

a {
color: #FFCC33;}

a.hover {
color: #B1B1B1;}