/* Embroidery preview fonts — web matches for the Brother NV880-E's 4 fonts
   (photo: design-refs/machine-fonts-photo.png). PENDING sister approval (Phase 1 checkpoint).
   - Bold    → Arimo 700       (plain grotesque bold, Arial-like stitch face)
   - Serif   → Zilla Slab 600  (slab serifs, Rockwell-like)
   - Galgary → Charm           (chancery italic, Monotype Corsiva-like)
   - Sicilia → Delius          (light handwritten rounded monoline) */

/* Baloo 2 800 doubles as the logo wordmark face. */
@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@700&family=Zilla+Slab:wght@600&family=Charm:wght@400;700&family=Delius&family=Baloo+2:wght@800&display=swap');

.emb-bold    { font-family: 'Arimo', sans-serif;     font-weight: 700; }
.emb-serif   { font-family: 'Zilla Slab', serif;     font-weight: 600; }
.emb-galgary { font-family: 'Charm', cursive;        font-weight: 400; }
.emb-sicilia { font-family: 'Delius', cursive;       font-weight: 400; letter-spacing: .03em; }
