/* Brand webfonts for the docs chrome.
   Served as a STATIC stylesheet (not bundled by webpack), referenced from
   docusaurus.config.js -> stylesheets. Font URLs are relative to this file's
   location (/docs/runtime/chrome-fonts.css), so they resolve to
   /docs/runtime/assets/fonts/ without any build-time resolution. */
@font-face {
  font-family: "Roboto Flex";
  font-weight: 100 1000;
  font-display: swap;
  src: url("./assets/fonts/RobotoFlex-Variable.ttf") format("truetype");
}
@font-face {
  font-family: "Atkinson Hyperlegible Next";
  font-weight: 100 900;
  font-display: swap;
  src: url("./assets/fonts/AtkinsonHyperlegibleNextVF-Variable.woff2") format("woff2");
}
@font-face {
  font-family: "Atkinson Hyperlegible Mono";
  font-weight: 100 900;
  font-display: swap;
  src: url("./assets/fonts/AtkinsonHyperlegibleMonoVF-Variable.woff2") format("woff2");
}
