/* Self-hosted Inter font - same version used for MSDF generation */
/* Using unique name 'InterLocal' to avoid conflicts with cached fonts */
@font-face {
  font-family: "InterLocal";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./Inter-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "InterLocal";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("./Inter-Bold.ttf") format("truetype");
}
