/* Non-critical Sukar weights — loaded after first paint */
@font-face {
  font-family: "Sukar";
  src: url("/fonts/sukar-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: "Sukar";
  src: url("/fonts/sukar-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: optional;
}
