@font-face {
    font-family: "Muli";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/Mulish-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "OpenSans";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
}


@font-face {
    font-family: "StarFont";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/strfnsan.woff") format("woff"), url("../fonts/strfnsan.ttf") format("truetype");
}


@font-face {
    font-family: "Wingdings";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/wingding.woff") format("woff"), url("../fonts/wingding.ttf") format("truetype");
}

@font-face {
    font-family: "ZodiacS";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/zociac-s.woff") format("woff"), url("../fonts/zociac-s.ttf") format("truetype");
}


@font-face {
    font-family: "SlZodiacIcons";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/sl-zodiac-icons.woff") format("woff"), url("../fonts/sl-zodiac-icons.ttf") format("truetype");
}


@font-face {
    font-family: "SlZodiacStencils";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/slzodiacstencils.woff") format("woff"), url("../fonts/slzodiacstencils.ttf") format("truetype");
}


astro2 {
    font-family: 'Wingdings';
}

.astro2 {
    font-family: 'Wingdings';
}

astro {
    font-family: 'StarFont';
}

.astro {
    font-family: 'StarFont';
}

no_astro {
    font-family: Verdana;
}

