:root {
    --base-h: 38;
    --base-s: 92%;
    --base-l: 50%;

    --base-two-h: 271;
    --base-two-s: 67%;
    --base-two-l: 23%;

    --body-bg: 271 65% 9%;
    --section-bg: 271 65% 13%;
    --border-color: 271 35% 30%;
}

body {
    background-color: hsl(var(--body-bg)) !important;
}
