/* Embroidery preview fonts — matches for the Brother NV880-E's 4 fonts.
   Self-contained so the plugin works on any theme. */
@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@700&family=Zilla+Slab:wght@600;700&family=Charm:wght@400;700&family=Delius&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; }
