:root {
  --primary-color: #008037;
  --primary-dark: #004d21;
  --accent-color: #F5A623;
  --link-color: #008037;
}
/* --- VOTA site polish --- */

/* Modern font */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&display=swap');
body, p, li, td, input {
  font-family: 'DM Sans', sans-serif;
}

/* Nav bar green */
#header, .header-content, nav.navbar {
  background-color: #008037 !important;
}
nav a, .nav-item a {
  color: #ffffff !important;
}

/* Button style */
.WaGadgetButton a, .button-primary {
  background: #008037 !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 10px 22px !important;
  border: none !important;
  font-weight: 500 !important;
}
.WaGadgetButton a:hover {
  background: #006830 !important;
}

/* Section breathing room */
.WaGadgetCustomHtml, .contentArea > div {
  margin-bottom: 1.75rem;
}

/* Softer body text */
p, li {
  line-height: 1.7;
  color: #2d2d2d;
}

/* Tighten heading size */
h1 { font-size: 28px; font-weight: 500; }
h2 { font-size: 22px; font-weight: 500; }