/* =====================================================================
   TEACHER BUNDLE — MIDDLE SCHOOL EDITION — colour theme override
   Same structure and layout as bundle-landing.css (loaded first) —
   this file only redefines the shared colour variables, so every
   rule automatically re-colours. Deliberately NOT terracotta/sage
   (the original bundle's palette) — dusty rose + deep forest green,
   still warm and elegant, but visually distinct at a glance.
   ===================================================================== */

.mtb-ms-theme{
  --pb-cream:      #FAF6F2;
  --pb-cream-deep: #F1E4E0;
  --pb-terracotta: #B5476B;      /* was orange-red, now dusty rose/mauve */
  --pb-terracotta-deep: #8F3555;
  --pb-terracotta-tint: #F3DDE6;
  --pb-sage:       #3F5E4A;      /* was olive-sage, now deep forest green */
  --pb-sage-tint:  #E1E9E3;
  --pb-gold:       #B8892B;      /* kept — shared premium accent */
  --pb-ink:        #362B2E;
  --pb-ink-soft:   #6B5C63;
  --pb-navy:       #213A47;
  --pb-green:      #2F7A5C;
  --pb-green-deep: #235F47;
}
