@font-face {
    font-family: "Astro One";             
    src: url("/assets/fonts/Linotype Astrology Pi One.ttf") format("truetype");
}

i.as {
    font-family: "Astro One" !important; 
    font-style: normal;
    /* font-weight: lighter; */
}

@font-face {
    font-family: 'Astro Two';
    src: url('/assets/fonts/Astrology P02 Regular.otf') format('opentype');            
}

i.as2 {
    font-family: "Astro Two" !important; 
    font-style: normal;
    /* font-weight: lighter; */ 
}

