/* Workshop custom fonts. Add a new @font-face block here whenever you
   drop a new .ttf into client/public/fonts/. Make sure the font-family
   value matches the slug in server/assets/fonts/registry.json so the
   sharp/librsvg server-side render resolves the same family. */

@font-face {
  font-family: "alex-brush";
  src: url("/fonts/AlexBrush-Regular.ttf") format("truetype");
  font-display: swap;
}
