:root{
    /* Base color for the site */
    --base-color: #293c5e;

    /* Base color split into RGB values to apply fill opacity via JS */
    --base-color-rgba: 41, 60, 94;
}