/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gloock&display=swap');

h1, h2, h3, h4, h5, h6, p, a {
    font-family: "Geist", sans-serif;
    color: white;
}

h1 {
    font-weight: 900;
}

body {
    background-color: #101010;
}