/* PH Med brand-guideline chrome override — Albert Sans + brand tokens.
   Overrides the legacy Hello-Elementor / Tenor-Sans theme globally via Elementor
   global variables. Reversible: delete this file + remove the injected <link>. */
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:wght@400;500;600;700&display=swap');

:root{
  /* Colors — map deprecated rose/old-gold to Brand Gold; align navy + body */
  --e-global-color-primary:#B8956E !important;
  --e-global-color-accent:#B8956E !important;
  --e-global-color-secondary:#3D5166 !important;
  --e-global-color-a962977:#3D5166 !important;
  --e-global-color-39b3010:#3D5166 !important;
  --e-global-color-text:#4A4A4A !important;
  --e-global-color-1837ff9:#F5F0EB !important;
  --e-global-color-588f1cf:#EAE2D8 !important;
  --e-global-color-bacf0ed:#EAE2D8 !important;
  /* Typography — retire Albert Sans, unify on Albert Sans */
  --e-global-typography-392c223-font-family:"Albert Sans" !important;
  --e-global-typography-900e70f-font-family:"Albert Sans" !important;
  --e-global-typography-ba8cf6d-font-family:"Albert Sans" !important;
  --e-global-typography-c593e7e-font-family:"Albert Sans" !important;
  --e-global-typography-cc10cd0-font-family:"Albert Sans" !important;
}
/* Belt-and-suspenders: kill any remaining hardcoded Albert Sans + deprecated golds */
[style*="Albert Sans"], [style*="tenor sans"]{font-family:"Albert Sans",sans-serif !important;}
h1,h2,h3,h4,h5,.elementor-heading-title,nav,.menu-item a,button,.elementor-button{font-family:"Albert Sans",sans-serif !important;}
body{font-family:"Albert Sans",sans-serif;}
/* Deprecated literal colors -> brand equivalents on common accents */
[style*="#B8956E"],[style*="#B8956E"],[style*="#B8956E"],[style*="#B8956E"]{color:#B8956E !important;}
