/*
  CSS variable overrides go in this file.
  e.g.
  :root {
    --primary-rgb: 53, 160, 168;
    --secondary-rgb: 76, 211, 221;
    --body-color-rgb: 255, 255, 255;
    --body-bg-rgb: 15, 15, 15;
  }

  NOTE: Sass variable overrides prefixed with $ should be added to the _variables.scss file instead

  --header-brand-height: 65px;
  --footer-brand-height: 40px;
*/

:root {
  --primary-rgb: 23, 132, 169;
  --secondary-rgb: 29, 169, 215;
  --navbar-brand-height: 115px;
  --footer-brand-height: 90px;
}
