:root {
    --content-primary: rgb(36, 36, 36);
    --content-secondary: rgb(231, 175, 175);
    --background: rgb(255, 255, 255);
    --code-background: rgb(249, 249, 249);
    --code-border: rgb(229, 229, 229);
}

.dark {
    --content-primary: rgb(223, 223, 223);
    --content-secondary: #adadad;
    --background: #2b2e2e;
    --code-background: #252B2E;
    --code-border: rgb(109, 105, 105);
}