/**
 * Mitutoyo Frutiger — self-hosted brand faces (from Mitutoyo Reports).
 * Paths resolve from site root in both local examples and public/ builds.
 */

@font-face {
  font-family: "Mitutoyo Frutiger";
  src: url("/assets/fonts/MitutoyoFrutiger-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Mitutoyo Frutiger";
  src: url("/assets/fonts/MitutoyoFrutiger-Roman.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Mitutoyo Frutiger";
  src: url("/assets/fonts/MitutoyoFrutiger-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Mitutoyo Frutiger";
  src: url("/assets/fonts/MitutoyoFrutiger-Black.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
