/* V234 — keep the SkiinOBS header wordmark identical across every page and language */
header a.brand,
header a.clinic-brand,
header .brand.brand-text-only,
.subpage-nav a.brand,
.clinic-nav a.clinic-brand{
  font-family:Inter,Arial,Helvetica,sans-serif!important;
  font-size:22px!important;
  font-weight:800!important;
  font-style:normal!important;
  line-height:1.2!important;
  letter-spacing:-.035em!important;
  font-kerning:normal!important;
  font-synthesis:none!important;
  color:#0f172a!important;
}
@media(max-width:640px){
  header a.brand,
  header a.clinic-brand,
  header .brand.brand-text-only,
  .subpage-nav a.brand,
  .clinic-nav a.clinic-brand{
    font-size:20px!important;
  }
}
