/* ===============================
   custom_mtc.css — Make the Call THEME (brand colors only).

   All structure and components live in base.css. This file is just the
   seven brand variables. To theme another book in the portfolio, copy
   this file, rename it, and change only these values — nothing else.

   Load order in _quarto.yml: base.css FIRST, then this file (so these
   values override the fallbacks declared in base.css).
   =============================== */

:root {
  --brand-primary:      #007BA7;  /* Cerulean */
  --brand-primary-dark: #006B90;  /* Darker cerulean (hover/active) */
  --brand-secondary:    #008080;  /* Teal */
  --brand-accent:       #E3A008;  /* Gold (depth / h3 tick) */
  --brand-muted:        #6B7280;  /* Muted gray text */
  --brand-bg-tint:      #EAF4F7;  /* Soft teal tint */
  --brand-text:         #1F2937;  /* Rich gray body text */
}
