:root {
  --primary-color: #000080;
  --launch-navy: #0b1240;
  --accent: #008080;
  --accent-hover: #006666;
  --launch-teal: #2bb3b3;
  --terminal: #071026;
  --text-primary: #12213f;
  --text-secondary: #3e4c66;
  --text-light: #64748b;
  --bg-white: #ffffff;
  --bg-light: #f4f8f9;
  --bg-gray: #e8eff1;
  --border-color: #dbe4ea;
}
