/* Importación Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Source+Code+Pro:wght@300;400;500;600;700&display=swap');

/*------------------------------------------
   Astronomicon — Webfont Embedding
   Licencia: SIL Open Font License 1.1
-------------------------------------------*/

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

/* Uso general */
.astronomicon {
    font-family: 'Astronomicon', sans-serif;
}

/* Fuentes nuevas disponibles */
.font-alfa {
    font-family: 'Alfa Slab One', cursive;
}

.font-source {
    font-family: 'Source Code Pro', monospace;
}
