/* ==========================================================================
   Norton Trade - Color Scheme 01
   Brand: Navy & Light Slate Blue
   Exact HEX extracted from vector PDF streams
   ========================================================================== */

:root {
  /* Primary & Accent Colors */
  --primary-color: #1D4B7F;
  --primary-hover: #153961;
  --primary-active: #0E2642;
  --primary-light: #EBF2F9;
  --primary-glow: rgba(29, 75, 127, 0.12);

  --secondary-color: #4078AC;
  --secondary-hover: #32628E;

  --accent-color: #0563C1;

  /* Background Colors */
  --bg-body: #FFFFFF;
  --bg-section: #FFFFFF;
  --bg-section-light: #F4F7FB;
  --bg-section-dark: #1D4B7F;
  --bg-card: #F4F7FB;
  --bg-card-active: #1D4B7F;
  --bg-card-hover: #1D4B7F;
  --bg-input: #FFFFFF;

  /* Text Colors */
  --text-primary: #1D4B7F;
  --text-heading: #1D4B7F;
  --text-body: #5B6472;
  --text-muted: #798697;
  --text-light: #FFFFFF;
  --text-kicker: #4078AC;

  /* Border Colors */
  --border-color: #E2E8F0;
  --border-subtle: #AFC6DE;
  --border-divider: #E3E3DE;
  --border-dark: #1D4B7F;

  /* Card & Element Shadows */
  --shadow-sm: 0 2px 8px rgba(29, 75, 127, 0.04);
  --shadow-md: 0 6px 18px rgba(29, 75, 127, 0.07);
  --shadow-lg: 0 12px 30px rgba(29, 75, 127, 0.12);
  --shadow-card-hover: 0 16px 36px rgba(29, 75, 127, 0.18);
}
