:root {
    --thm-secondary: #0e3b59;
    --thm-secondary-rgb: 202, 31, 39;
    --thm-heading-font-color: #212121;
    --thm-body-background: #ffffff;
    --thm-black-bg: #212121;
    --thm-black: #121212;
}

.body-white-bg {
    background-color: var(--thm-body-background);
}