/* =========================================
   ProsePerfect Custom Styles
   ========================================= */

/* 1. Bootstrap Global Variable Overrides */
:root {
/* Primary Color */
  --bs-primary: #1A365D;
  --bs-primary-rgb: 26, 54, 93;

  /* Nav and Footer */
  --bs-dark: #0B172A;
  --bs-dark-rgb: 11, 23, 42;

  /* Update Primary Buttons  */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1A365D; /* Base  Blue */
  --bs-btn-border-color: #1A365D;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #142A4A; /* Slightly darker for hover */
  --bs-btn-hover-border-color: #11243F; 
  --bs-btn-focus-shadow-rgb: 26, 54, 93; /* RGB of  Blue */
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #11243F; /* Even darker for active click */
  --bs-btn-active-border-color: #0E1D33;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1A365D;
  --bs-btn-disabled-border-color: #1A365D;
}
}

/* 2. Custom Page Styles */
/* Custom CSS rules */