@font-face {
    font-family: JetBrainsMono;
    src: url(../Fonts/JetBrainsMono-Bold.ttf);
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


:root {
    --background-color: #0D0D0D;
    --bright-rust: #D4531F;
    --text-color: #E8E4D8;
    --text-color-2: #d4521f;
}



