/* ACUmed webfonts.
   SUBSTITUTION: no font binaries were supplied with the source template.
   The template's display/UI face is a light neutral grotesque with a tall
   x-height, double-storey 'a', single-storey 'g' and flat terminals.
   Hanken Grotesk (Google Fonts) is the closest freely-licensable match and is
   used throughout. Mono is JetBrains Mono, used only for SKUs / article numbers.
   Replace this file with local @font-face rules once real binaries exist. */
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,300..700;1,300..700&family=JetBrains+Mono:wght@400;500&display=swap");

:root{
  --font-sans:"Hanken Grotesk","Helvetica Neue",Arial,sans-serif;
  --font-display:var(--font-sans);
  --font-mono:"JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,monospace;
}
