body {
background-color: rgba(12, 12, 12, 1.0);
color: whitesmoke;
font-family: 'Josefin Slab', serif;
margin: 1em;
}
h2 {
font-weight: 700;
}
ul {
list-style-type: none;
padding: 0;
}
li {
margin: 1em;
font-weight: 400;
}
a:link {
color: whitesmoke;
text-decoration: none;
}
a:visited {
color: whitesmoke;
text-decoration: none;
}
a:hover {
color: whitesmoke;
text-decoration: none;
}
a:active {
color: whitesmoke;
text-decoration: none;
}
@font-face {
font-family: Josefin Slab;
src: url(static/JosefinSlab-VariableFont_wght.ttf) format("truetype");
}
