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

/* Apply the font to astrological symbols */
.astrology-symbol {
  font-family: 'Astronomicon', 'Arial Unicode MS', 'Segoe UI Symbol', sans-serif;
}

/* Ensure the font is available for the chart library */
#paper svg text,
.astrology-chart svg text {
  font-family: 'Astronomicon', 'Arial Unicode MS', 'Segoe UI Symbol', sans-serif;
} 