/* Brandfetti (TM) - Intention to Empire
   1. Find-replace brandfetti with your real bucket name.
   2. Upload this file + Brandfetti.woff to the bucket root.
   3. In any template <head>:
      <link rel="stylesheet" href="https://storage.googleapis.com/brandfetti/brandfetti.css">
   4. Use: <span class="brandfetti">(glyphs copied from the picker)</span> */
@font-face{
  font-family:'Brandfetti';
  src:url('https://storage.googleapis.com/brandfetti/Brandfetti.woff') format('woff');
  font-weight:400;font-style:normal;font-display:block;
  unicode-range:U+E000-E0FF; /* only claims Brandfetti's own glyphs - safe to put first in any font stack */
}
.brandfetti{font-family:'Brandfetti';font-weight:400;font-style:normal;line-height:1;}

/* Brandfetti-first stacks: unicode-range means only pasted Brandfetti glyphs
   are claimed; all normal text falls through to the site's own font vars. */
h1,h2,h3,h4{font-family:'Brandfetti',var(--heading-font-font-family) !important;}
p,li,blockquote{font-family:'Brandfetti',var(--body-font-font-family) !important;}
