/* EON Fine Jewelry — webfonts
   Local, brand-approved: Cinzel (display/wordmark), Prata (editorial serif).
   Decorative + script are engraving-collection faces (used sparingly).
   Inter (body) + Courier Prime (technical mono) pulled from Google Fonts. */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Courier+Prime:wght@400;700&display=swap');

@font-face {
  font-family: 'Cinzel';
  src: url('../assets/fonts/Cinzel.ttf') format('truetype');
  font-weight: 400 600;
  font-display: swap;
}
@font-face {
  font-family: 'Prata';
  src: url('../assets/fonts/Prata.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Cinzel Decorative';
  src: url('../assets/fonts/CinzelDecorative.ttf') format('truetype');
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: 'Great Vibes';
  src: url('../assets/fonts/GreatVibes.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
