/* Font URLs are RELATIVE to this stylesheet on purpose. This file is served
   at /meetings/static/fonts.css, so `fonts/x.woff2` resolves to
   /meetings/static/fonts/x.woff2. They were absolute `/static/fonts/...`
   from before find2 was promoted to /meetings/find/ (b3977f5) and had
   404'd ever since -- every meeting page and the map itself were falling
   back to a system font. The paths here must also match sw.js's CORE
   list, or the offline copy fetches a URL it never cached. */
@font-face{font-family:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(fonts/fraunces-600.woff2) format("woff2")}
@font-face{font-family:Outfit;font-style:normal;font-weight:400;font-display:swap;src:url(fonts/outfit-400.woff2) format("woff2")}
@font-face{font-family:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(fonts/outfit-600.woff2) format("woff2")}
