:root {
    --dark-950: #0a0a0b;
    --dark-900: #101012;
    --dark-800: #18181b;
    --dark-700: #1f1f23;
    --dark-600: #2a2a30;
    --dark-500: #363640;
}

::selection {
    background-color: var(--dark-600);
}

@font-face {
    font-family: "PixelMix";
    src: url("/fonts/PixelMix.ttf");
}

body {
    background-color: var(--dark-950);
    margin: auto;
    font-family: PixelMix;
}

.error {
    color: #ff4f4f;
    font-size: 14px;
    margin-top: 5px;
}