@import url("https://fonts.googleapis.com/css2?family=Alegreya+SC:ital,wght@0,400;0,500;0,700;0,800;0,900;1,400;1,500;1,700;1,800;1,900&family=Alegreya:ital,wght@0,400..900;1,400..900&family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap");

* {
    background-color: #29282e;
    color: #c5c5c5;
    font-family: "Atkinson Hyperlegible";
}

header {
    font-family: "Alegreya SC";
    font-size: xx-large;
    font-variant-caps: small-caps;
}
