/*! used in Bootstrap 3 before moving to Bootstrap 5
    must be included before other CSS
 */
:root {
  --blue: #003476;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ca2e2e;
  --orange: #fd7e14;
  --yellow: #c25400;
  --green: #00703c;
  --teal: #20c997;
  --cyan: #046ec5;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #003476;
  --primary-dark: #00295d;
  --secondary: #046ec5;
  --secondary-light: #38CAFF;
  --secondary-dark: #214D73;
  --success: #00703c;
  --info: #036ec5;
  --warning: #c25400;
  --danger: #ca2e2e;
  --light: #f8f9fa;
  --dark: #343a40;
  --bs-navbar-txt-color: #AAA;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto", "Helvetica", "Arial", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-alert-padding-x: 2rem;
  --bs-alert-padding-y: 2rem;
  --bs-alert-margin-bottom: 2rem;
  --bs-danger-rgb: #a94442;
  --bs-warning-bg-subtle: #fcf8e3;
}


