/* Matches src/components/HeaderNav.astro and Layout.astro on cairo-plus.com.
   Self-hosted logo-only subset of Zen Kaku Gothic New Light (SIL OFL 1.1). */
@font-face {
  font-family: "Cairo Brand";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/zen-kaku-gothic-new-300-cairo-v1.woff2") format("woff2");
  unicode-range: U+43, U+61, U+69, U+6F, U+72, U+FF0B;
}
.masthead .cairo-brand {
  display: inline-block;
  flex: 0 0 auto;
  padding: 8px 0;
  font-family: "Cairo Brand", "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  font-synthesis: none;
  line-height: 28px;
  letter-spacing: .22em;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  color: #1e293b;
}
.masthead .cairo-brand__plus {
  font-size: .6em;
  vertical-align: super;
  line-height: 0;
  color: hsl(199, 89%, 48%);
}
.masthead .cairo-brand:focus-visible {
  outline: 2px solid #1e293b;
  outline-offset: 5px;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .masthead .cairo-brand { font-size: 24px; line-height: 32px; padding: 6px 0; }
}
