@font-face {
    font-family: "Monocraft";
    src: url("../fonts/Monocraft.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    min-height: 100vh;

    display: flex;
    flex-direction: column;

    background: #0e0e11;
    color: #eaeaf0;
    font-family: "DM Mono", monospace;
}
