/* Wallflowers - the hand-drawn marker alphabet. Built by branding/wallflowers/parametric/webfont.py.

   <link rel="stylesheet" href="/brand/wallflowers.css?v=2">
   body { font-family: "Wallflowers", sans-serif; }

   It draws printable ASCII and a few typographic marks; unicode-range hands
   everything else to the next font in the stack. There is one weight, declared
   across 100-900 so a bold heading gets the marker rather than a smeared fake.
   /brand/ is CORS-open, so other sites can use it too. */
@font-face {
  font-family: "Wallflowers";
  src: url("/brand/wallflowers-regular.woff2?v=2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0020-007E, U+00A0, U+00B7, U+00D7, U+2013-2014, U+2018-2019, U+201C-201D, U+2022, U+2026, U+2190, U+2192, U+2212, U+25CF;
}
