:root {
    --font-family: "JetBrains Mono";

    --primary-white-text: #f2f3f5;
    --secondary-white-text: #bcc1c4;

    --theme-color: #70c485;

    --primary-bg-color: #0c0e0f;
    --secondary-bg-color: #294366;

    --content-width: 70%;
}
