/*
 * The faces RHAM ships itself. Declared once, loaded by the root layout;
 * a browser fetches a file only when text on the page is set in it.
 * The list mirrors src/lib/fonts/local.ts, which a test keeps in step.
 * Every file here carries a licence that permits commercial use and web
 * embedding; the licence text sits beside the file.
 */
@font-face {
  font-family: "Dune Rise";
  src: url("/fonts/dune-rise.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
