:root {
  --wine-950: #16464b;
  --wine-900: #16464b;
  --wine-800: #1f5b4f;
  --wine-700: #1f5b4f;
  --gold: #d5b48a;
  --gold-soft: #e4cba8;
  --eucalyptus: #668f91;
  --hero-rgb: 22, 70, 75;
}

.hero-shade {
  background:
    linear-gradient(
      90deg,
      rgba(22, 70, 75, 0.98) 0%,
      rgba(22, 70, 75, 0.93) 35%,
      rgba(22, 70, 75, 0.54) 64%,
      rgba(22, 70, 75, 0.1) 100%
    ),
    linear-gradient(0deg, rgba(22, 70, 75, 0.4), transparent 42%);
}

.region-1 {
  background: linear-gradient(145deg, rgba(22, 70, 75, 0.98), rgba(22, 70, 75, 0.85)), #16464b;
}

.region-2 {
  background: linear-gradient(145deg, rgba(31, 91, 79, 0.98), rgba(31, 91, 79, 0.84)), #1f5b4f;
}

.region-3 {
  background: linear-gradient(145deg, rgba(82, 117, 119, 0.98), rgba(82, 117, 119, 0.86)), #668f91;
}
