/**
 * Masthead Syne 600 — desktop only.
 * Loaded before layout.css so nav links and header CTA use the correct face immediately.
 */
@media (min-width: 961px) {
  @font-face {
    font-family: "Syne";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../assets/fonts/syne-latin-600-normal.woff2") format("woff2");
  }
}
