/* MHOT — self-hosted webfonts (variable, latin subset). Self-hosted on purpose:
   Google Fonts is unreachable for visitors in mainland China and would add a
   cross-origin request for everyone else.

   Manrope = the www.weh.com display face (light 300 headings, 700 UI).
   Open Sans stays as the WordPress-side / fallback body face. */
@font-face{
  font-family:"Manrope";
  font-style:normal;
  font-weight:200 800;
  font-display:swap;
  src:url("/static/fonts/manrope-latin-var.woff2") format("woff2");
}
@font-face{
  font-family:"Open Sans";
  font-style:normal;
  font-weight:300 800;
  font-stretch:75% 100%;
  font-display:swap;
  src:url("/static/fonts/opensans-latin-var.woff2") format("woff2");
}
