:root {
    font-family: 'Baskerville';
    color: black;
    font-size: 1.5vw;
    --gray: rgb(175, 175, 175);
}

@font-face {
	font-family: 'basteleur-moonlight';
	src: url('Basteleur-Moonlight.woff2')
			format('woff2');
	font-style: regular;
	font-weight: 400;
}

h1, h2, h3, h4, h5 {
    font-family: 'basteleur-moonlight', 'Helvetica Neue', sans-serif;
    font-size: 1.8rem;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    color: black;
    text-decoration: none;
}