Read-it-later social network
1@import "tailwindcss";
2
3@font-face {
4 font-family: "Neco";
5 src: url("/Neco-Variable.woff2");
6}
7
8@font-face {
9 font-family: "Comico";
10 src: url("/Comico-Regular.woff2");
11}
12
13@theme {
14 --font-neco: "Neco";
15 --font-comico: "Comico";
16}
17
18@utility border-groove {
19 border-style: groove;
20}
21