/* Customer-facing site only: restores the original Jost body font (loaded via the
   Google Fonts <link> this stylesheet is paired with) and swaps the brand/heading
   font from Cormorant Garamond to Tangerine (the official KARAFUU script font) by
   redefining what the 'Cormorant Garamond' family name resolves to for normal-style
   text — every existing font-family:'Cormorant Garamond' heading picks this up with
   no per-usage changes. Italic-styled text (a few small accent/emphasis spots) is
   left alone and keeps falling back to the real Cormorant Garamond italic loaded by
   the Google Fonts link, since a synthesized-italic script font would look wrong. */
@font-face{
  font-family:'Cormorant Garamond';
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url(/vendor/fonts/Tangerine-Regular.woff2) format('woff2');
}
