/* JX brand typeface — Carnas (self-hosted).
   Weights bundled: 300/400/500/700/800/900 + regular italic.
   Requests for 600 (semibold) resolve to 700 via CSS nearest-match,
   which is correct because `font-synthesis: none` is set globally. */

@font-face {
  font-family: "Carnas";
  src: url("/fonts/Carnas-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Carnas";
  src: url("/fonts/Carnas-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Carnas";
  src: url("/fonts/Carnas-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Carnas";
  src: url("/fonts/Carnas-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Carnas";
  src: url("/fonts/Carnas-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Carnas";
  src: url("/fonts/Carnas-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Carnas";
  src: url("/fonts/Carnas-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
