/* ::: Theme 2 */
:root {
    --primary: #605673;
    --blue: #605673;
    --navy: #128271;
    --navy-dark: #605673;
    --gold: #EFCD9A; 
    --green-rich: #EFCD9A;
    --green-bright: #128271;
    --link-color: #128271;
    --heading-color: #128271;
    --arrow-color-mobile: #ffffff;
    --arrow-color-mobile-active: #128271;
    --arrow-color-desktop: #EFCD9A;
    --arrow-color-desktop-active: #EFCD9A;
}

