/* ===========================================================================
 * Theme: CareerWithElena
 * Loaded after /css/custom.css when this theme is active.
 * Override CSS custom properties here to change the brand look.
 * =========================================================================== */

:root {
  /* Colors — Elena's warm orange palette (matches base custom.css for now). */
  --primary: #FD8F14;
  --secondary: #914E01;
  --heading-color: #2F2F2F;
  --text-color: #6A6A6A;
  --light-bg: #FFFBF6;
  --dark-bg: #2F2F2F;
  --border-color: #F4E6D7;
  --border-light: #F1ECE6;
  --meta-color: #B8B4AD;

  /* Typography */
  --font-family: 'Public Sans', sans-serif;
}
