/* Ermine — heading weight consistency (2026-07-21) */
html body .erm-section-intro-title.erm-section-intro-title,
html body .erm-plans-title.erm-plans-title{font-variation-settings:'wdth' 108,'wght' 700 !important;font-weight:700 !important}
html body .erm-disc-name.erm-disc-name{font-variation-settings:'wdth' 106,'wght' 640 !important;font-weight:640 !important}

/* Ermine — Journal post readability fix (2026-08-21)
   Tilda's CMS post container ships with a white background, which clashed
   with the site's dark theme and left body copy light grey on white.
   Making it transparent restores the intended dark reading surface. */
html body .t-cms__page-container,
html body .t-cms__page-container_snippet{background-color:transparent !important}

/* Post body links: on-brand gold instead of default blue */
html body .t-cms__page-container .t-redactor__text a,
html body .t-cms__page-container .t-redactor__text a:visited{color:#C8A662 !important;text-decoration:underline !important;text-underline-offset:2px}
html body .t-cms__page-container .t-redactor__text a:hover{color:#E0C88A !important}