
.Blue-theme {--Primary-color:#0f5ca8; --Secondary-color:#0d6b8d; --button-color:#0f5ca8; --button-hover-color:#0d6b8d; --button-text-color:#fff; --button-text-hover-color:#fff; --font-family:"Outfit";}
.Green-theme {--Primary-color:#04793d; --Secondary-color:#21b96b; --button-color:#04793d; --button-hover-color:#094e2b; --button-text-color:#fff; --button-text-hover-color:#fff; --font-family:"Outfit";}

.one-Year-of-Rain-theme {
    --Primary-color: #883D1A;
    --Secondary-color: #883D1A;
    --button-color: #883D1A;
    --button-hover-color: #883D1A;
    --button-text-color: #fff;
    --button-text-hover-color: #fff;
}