/* ========================================
   FONTS - Centralized font-face definitions
   ======================================== */

/* Erstoria - Script font for decorative elements */
@font-face {
  font-family: 'Erstoria';
  src: url('/assets/fonts/Erstoria.woff2') format('woff2'),
    url('/assets/fonts/Erstoria.woff') format('woff');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* Faculty Glyphic - Title font */
@font-face {
  font-family: 'Faculty Glyphic';
  src: url('/fonts/FacultyGlyphic-Regular.woff') format('woff'),
    url('/fonts/FacultyGlyphic-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
