/*
 *
 */
a.menu-category {
    font-family: "Taranis";
    font-weight: 100;
}
h1 {
    font-family: "Black Rose";
    font-weight: 100;
    font-size: 32pt;
    text-transform: lowercase;
}

/********************* FONTS ********************/
@font-face {
    font-family: 'Taranis';
    src: url('/inc/Taranis.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/******************** MOBILE *********************/
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    a.menu-category {
	/*font-family: sans-serif;*/
    }
    h1 {
	/* font-family: sans-serif; */
    }
}