/*
  Custom CSS overrides for CCIA Portal theme
  -------------------------------------------------
  Purpose:
  - This file loads AFTER Tailwind, main.css, and style.css
  - Not generated by any build step (Tailwind/SCSS will not touch it)
  - Safe place for quick, persistent tweaks

  Alternative (more update-proof):
  - Create /wp-content/uploads/cc-overrides.css on the server.
  - That file will be preferred and will survive theme updates/syncs.
*/

/* Example override:
.header a {
  text-decoration: underline;
}
*/
