/* Embroidery script fonts.
   Served from public/ and linked directly from index.html so the
   /fonts/... URLs stay runtime paths — webpack would otherwise try to
   resolve them at build time and fail. */

@font-face {
  font-family: 'Book Script';
  src: url('/fonts/books-script.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chancery';
  src: url('/fonts/Apple Chancery.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Brushability';
  src: url('/fonts/Brushability-W00-Script.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BrushabilityScript';
  src: url('/fonts/Brushability-W00-Script.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Georgia Custom';
  src: url('/fonts/georgia.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Berlinsans';
  src: url('/fonts/berlinsans.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
