html {
  font-synthesis: none; /* Required to make variable font-weight work properly in Safari */
}
@font-face {
  font-family: "noto-sans";
  src: url("/assets/fonts/noto-sans-latin-standard-normal.woff2") format("woff2");
  /*font-weight: 100 900;*/ /* Using makes Safari render the font as italic.. */
  font-style: normal;
  /*font-display: swap;*/
}

@font-face {
  font-family: "RobotoSlab";
  src:
    url("/assets/fonts/RobotoSlab-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}