:root {
  --blue: #003767;
  --indigo: #6610f2;
  --purple: #6E59A5;
  --pink: #e83e8c;
  --red: #B42025;
  --orange: #F8961F;
  --yellow: #F1F162;
  --green: #019A49;
  --teal: #43A3D5;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #757575;
  --gray-dark: #343a40;
  --primary: #003767;
  --secondary: #58595B;
  --success: #019A49;
  --info: #43A3D5;
  --warning: #F8961F;
  --danger: #B42025;
  --light: #e9ecef;
  --dark: #343a40;
  --elevated: #6E59A5;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
