/*
  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;
    
  --navbar-brand-height: 32px;
  --footer-brand-height: 25px;
  }

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

:root {
  --primary-rgb: 222, 89, 72;
  --secondary-rgb: 229, 122, 109;
  --input-focus-border-color-rgb: 235, 158, 147;
  --navbar-brand-height: 90px;
  --footer-brand-height: 65px;
}
