21 lines
372 B
CSS
21 lines
372 B
CSS
@import url('https://googleapis.com');
|
|
@import "tailwindcss";
|
|
|
|
@theme {
|
|
--font-sans: "Inter", ui-sans-serif, system-ui, sans-serif,
|
|
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
--font-libre: "Libre Baskerville", serif;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
font-size: 18px;
|
|
@apply bg-[#faf7f2]}
|
|
|
|
h1 {
|
|
font-size: 24px;
|
|
}
|
|
|
|
.logo {
|
|
fill: #364B00;
|
|
}
|