18 lines
338 B
CSS
18 lines
338 B
CSS
@import url(https://fonts.bunny.net/css?family=alegreya:400,400i,700,700i);
|
|
@import 'tailwindcss';
|
|
@plugin '@tailwindcss/typography';
|
|
|
|
@theme {
|
|
--breakpoint-xl: initial;
|
|
--breakpoint-2xl: initial;
|
|
}
|
|
|
|
body {
|
|
background-color: #fffff8;
|
|
color: #111;
|
|
font-family: 'Alegreya', serif;
|
|
}
|
|
|
|
@utility prose {
|
|
color: #111;
|
|
}
|