@import "tailwindcss";
html {
background-color: #283618;
}
@font-face {
font-family: "Neco";
src: url("/Neco-Variable.woff2");
}
@font-face {
font-family: "Comico";
src: url("/Comico-Regular.woff2");
}
@font-face {
font-family: "Azeret";
src: url("/AzeretMono-Variable.woff2");
}
@theme {
--font-neco: "Neco";
--font-comico: "Comico";
--font-azeret: "Azeret";
}
@utility border-groove {
border-style: groove;
}