/* Self-hosted fonts for Dr. Ioannis website */

/* Zapfino Extra LT W1G - Greek-compatible version */
@font-face {
  font-family: 'Zapfino';
  src: url('../fonts/Zapfino Extra LT W1G One.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Fallback to system fonts if custom font fails to load */
.greek-elegant-font {
  font-family: 'Zapfino', 'Georgia', 'Times New Roman', serif;
} 