@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gelasio:ital,wght@0,400..700;1,400..700&family=Lora:ital,wght@0,400..700;1,400..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap");
body {
    background-color: #1c1b1a;
}

header,
main {
    margin-left: 50px;
}

header {
    margin-bottom: 70px;
}

h2 {
    font-family: "Source Serif 4", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 40px;
    font-style: normal;
    margin-top: 40px;
}

h2.green {
    color: #3aa99f;
}

h2.orange {
    color: #da702c;
}
ul {
    list-style-type: none;
    padding-left: 0;
}

li {
    margin-bottom: 10px;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
}
a {
    color: white;
}

a:hover {
    font-weight: bold;
}

h1 {
    color: #e6e4d9;
    font-family: "Source Serif 4", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 50px;
    font-style: normal;
}

h1 a,
h1 a:hover {
    text-decoration: none;
    color: inherit;
    font-weight: 600;
}

main {
    max-width: 700px;
}
p {
    color: #f2f0e5;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
}
