/*
  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
*/

:root {
  --primary-rgb: 227, 184, 110;
  --secondary-rgb: 235, 205, 152;
  --input-focus-border-color-rgb: 235, 205, 152;
  --navbar-brand-height: 66px;
  --footer-brand-height: 50px;
}
