/* Cheritan Site System 2.1 — global typography and consistency */
:root{--cht-site-font:"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;}
.cht-site.cht-classic,
.cht-about-page,
.cht-courses-page,
.cht-makeup-page,
.cht-beauty-page,
.cht-studio-page,
.cht-blog-page,
.cht-post-page,
.cht-contact-page,
.cht-privacy-page{
  font-family:var(--cht-site-font)!important;
  font-style:normal;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.cht-site.cht-classic *,
.cht-about-page *,
.cht-courses-page *,
.cht-makeup-page *,
.cht-beauty-page *,
.cht-studio-page *,
.cht-blog-page *,
.cht-post-page *,
.cht-contact-page *,
.cht-privacy-page *{
  font-family:inherit!important;
}
.cht-site.cht-classic :is(input,textarea,select,button),
.cht-about-page :is(input,textarea,select,button),
.cht-courses-page :is(input,textarea,select,button),
.cht-makeup-page :is(input,textarea,select,button),
.cht-beauty-page :is(input,textarea,select,button),
.cht-studio-page :is(input,textarea,select,button),
.cht-blog-page :is(input,textarea,select,button),
.cht-post-page :is(input,textarea,select,button),
.cht-contact-page :is(input,textarea,select,button),
.cht-privacy-page :is(input,textarea,select,button){font:inherit!important;}
