﻿:root {
  --bs-blue: #155197;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #4e8542;
  /* Primary Color Palette */
  --primary-lightest: #dde8f4;
  --primary-light: #2477bd;
  --primary: #155197; /*Fun Blue*/
  --primary-dark: #062e61; /*Deep Sapphire*/
  --primary-darkest: #1c2936;
  /* Secondary Color Palette */
  --secondary-brown: #aa6404; /*Mai Tai*/
  --secondary-lightbrown: #fbd098; /*Cherokee*/
  --secondary-berry: #990000; /*Red Berry*/
  --secondary-peach: #feecea; /*Bridesmaid*/
  --secondary-blue: #2477bd; /*Mariner*/
  --secondary-lightest: #dde8f4; /* Link Water*/
  /* Accent Color Pallet: Neutral Colors */
  --accent-dark: #323232; /* Mine Shaft*/
  --accent-gray: #e6e6e4; /*Quill Gray*/
  /* Accent Color Pallet: Bright Colors for Charts and Graphs Only */
  --accent-purple: #604878; /* Mulled Wine*/
  --accent-green: #4e8542; /*Fern Green*/
  /* Base Colors */
  --white: #ffffff;
  --white-rgb: 255, 255, 255;
  --black: #000000;
  --bs-white: #ffffff;
  --bs-black: #000000;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-gray-200: #e9ecef;

  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-body-line-height: 1.5;
  --bs-body-font-size: 1.4rem;
  --bs-body-font-weight: 400;

  --bs-primary: #155197;
  --bs-primary-rgb: 21, 81, 151;
  --bs-primary-dark: #062e61;
  --bs-navbar-color: #ffffff;
  --bs-link-color: #155197;
  --bs-link-color-rgb: 21, 81, 151;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #062e61;
  --bs-link-hover-color-rgb: 6, 46, 97;
  --bs-border-width: 1px;
  --bs-border-radius: 0.375rem;

  --bs-nav-link-padding-x: 10px;
  --bs-nav-link-padding-y: 10px;
}
