/* Optimized Local Font Implementation */

@font-face {
  font-family: "halyard-display";
  src: url("./halyard-display-300.woff2") format("woff2");
  font-display: swap; /* Better performance than 'auto' */
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}

@font-face {
  font-family: "halyard-display";
  src: url("./halyard-display-400.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "halyard-display";
  src: url("./halyard-display-500.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}

@font-face {
  font-family: "owners-xnarrow";
  src: url("./owners-xnarrow-700.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

/* Note: obviously-condensed removed - not used in CSS, saves 36KB */