/*
 * Unlayered typography guard — must load after theme-app.css.
 * WordPress core/plugin styles are not in @layer and override Tailwind layered utilities.
 */
#tmt-app,
#tmt-app main {
  font-family: "Inter", sans-serif !important;
  font-feature-settings: "ss01", "cv11" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#tmt-app .font-sans,
#tmt-app .eyebrow,
#tmt-app label,
#tmt-app input,
#tmt-app textarea,
#tmt-app button,
#tmt-app a:not(.font-serif) {
  font-family: "Inter", sans-serif !important;
  font-feature-settings: "ss01", "cv11" !important;
}

#tmt-app .font-serif,
#tmt-app h1,
#tmt-app h2,
#tmt-app h3,
#tmt-app h4,
#tmt-app blockquote {
  font-family: "Instrument Serif", serif !important;
  font-feature-settings: "liga", "dlig" !important;
}
