:root {
  --pl-primary-color: #035062;
  --pl-primary-color-rgb: 3, 80, 98;
  --pl-background-color: #f3f6f7;
  --pl-background-color-rgb: 243, 246, 247;
  --pl-text-color: #000000;
  --pl-text-color-rgb: 0, 0, 0;
  --pl-link-color: #8d9abb;
  --pl-link-color-rgb: 141, 154, 187;
  --pl-link-hover-color: #035062;
  --pl-link-hover-color-rgb: 3, 80, 98;
  --pl-heading-color: #000000;
  --pl-heading-color-rgb: 0, 0, 0;
  --pl-secondary-background-color: #ffffff;
  --pl-secondary-background-color-rgb: 255, 255, 255;
  --pl-secondary-background-text-color: #000000;
  --pl-secondary-background-text-color-rgb: 0, 0, 0;
  --pl-secondary-background-link-color: #ff5f00;
  --pl-secondary-background-link-color-rgb: 255, 95, 0;
  --pl-secondary-background-link-hover-color: #ff5f00;
  --pl-secondary-background-link-hover-color-rgb: 255, 95, 0;
  --pl-secondary-background-heading-color: #ffffff;
  --pl-secondary-background-heading-color-rgb: 255, 255, 255;
  --pl-input-background-color: #ffffff;
  --pl-input-background-color-rgb: 255, 255, 255;
  --pl-section-content-color: #ffffff;
  --pl-section-content-color-rgb: 255, 255, 255;
  --pl-header-color: #ffffff;
  --pl-header-color-rgb: 255, 255, 255;
  --pl-navigation-link-color: #000000;
  --pl-navigation-link-color-rgb: 0, 0, 0;
  --pl-navigation-link-hover-color: #8d9abb;
  --pl-navigation-link-hover-color-rgb: 141, 154, 187;
  --pl-navigation-dropdown-link-color: #ffffff;
  --pl-navigation-dropdown-link-color-rgb: 255, 255, 255;
  --pl-navigation-dropdown-link-hover-color: #ff5f00;
  --pl-navigation-dropdown-link-hover-color-rgb: 255, 95, 0;
  --pl-navigation-dropdown-background-color: #000000;
  --pl-navigation-dropdown-background-color-rgb: 0, 0, 0;
  --pl-card-background-color: #f3f6f7;
  --pl-card-background-color-rgb: 243, 246, 247;
  --pl-card-text-color: #000000;
  --pl-card-text-color-rgb: 0, 0, 0;
  --pl-footer-color: #035062;
  --pl-footer-color-rgb: 3, 80, 98;
  --pl-footer-section-color: #2b596a;
  --pl-footer-section-color-rgb: 43, 89, 106;
  --pl-footer-text-color: #ffffff;
  --pl-footer-text-color-rgb: 255, 255, 255;
  --pl-footer-link-color: #ffffff;
  --pl-footer-link-color-rgb: 255, 255, 255;
  --pl-footer-link-hover-color: #ff5f00;
  --pl-footer-link-hover-color-rgb: 255, 95, 0;
  --pl-footer-heading-color: #ffffff;
  --pl-footer-heading-color-rgb: 255, 255, 255;
  --pl-color-orange: #ff5f00;
  --pl-color-orange-rgb: 255, 95, 0;
  --pl-color-midnight-green: #035062;
  --pl-color-midnight-green-rgb: 3, 80, 98;
  --pl-color-police-blue: #2b596a;
  --pl-color-police-blue-rgb: 43, 89, 106;
  --pl-body-font-family: kievitweb;
}

.text-orange { color: var(--pl-color-orange) !important; }
.text-midnight-green { color: var(--pl-color-midnight-green) !important; }
.text-police-blue { color: var(--pl-color-police-blue) !important; }
