/* local() is matched per cut, never as the bare family name: a machine with a
   "Yonit" font installed used to answer every one of these rules with that one
   face, so Light, Regular and Medium all came out at the weight it happened to
   carry. */

@font-face {
  font-family: "Yonit";
  font-style: normal;
  font-weight: 300;
  src: local("Yonit Light"), url('Yonit-Light.woff2') format("woff2"), url('Yonit-Light.woff') format("woff");
}

@font-face {
  font-family: "Yonit";
  font-style: normal;
  font-weight: 400;
  src: local("Yonit Regular"), url('Yonit-Regular.woff2') format("woff2"), url('Yonit-Regular.woff') format("woff");
}

@font-face {
  font-family: "Yonit";
  font-style: normal;
  font-weight: 500;
  src: local("Yonit Medium"), url('Yonit-Medium.woff2') format("woff2"), url('Yonit-Medium.woff') format("woff");
}

@font-face {
  font-family: "Yonit-Bold";
  font-style: normal;
  font-weight: 700;
  src: local("Yonit Bold"), url('Yonit-Bold.woff2') format("woff2"), url('Yonit-Bold.woff') format("woff");
}
