:root {
    --white: #f7f0ff;
}

@font-face {
    font-family: "Bahnschrift";
    src: url(bahnschrift.ttf);
}

body {
    background-color: #2a1436;
    color: var(--white);
    font-family: "Bahnschrift";
}