:root {
  /* Dark Blue. Used on Nav bg. */
  --uphe-blue-dark: #202f60;
  --uphe-blue-medium: #32568c;
  --uphe-blue-light: #6198d0;
  --uphe-gray: #888;
  --uphe-light-gray: #d9d9d9;
  --uphe-dark-gray: #333;
  --hover-transition-duration: 0.3s;

  --width-l: 1400px;
  /* Viewport over 1900px wide */
  --width-xl: 1800px;
}
