11 lines
135 B
CSS
11 lines
135 B
CSS
|
|
@import "tailwindcss";
|
||
|
|
|
||
|
|
:root {
|
||
|
|
color-scheme: dark;
|
||
|
|
}
|
||
|
|
|
||
|
|
body {
|
||
|
|
margin: 0;
|
||
|
|
font-family: "Hanken Grotesk", system-ui, sans-serif;
|
||
|
|
}
|