20 lines
267 B
CSS
20 lines
267 B
CSS
@import url("fonts.css");
|
|
|
|
html, body, #root, #container {
|
|
scroll-behavior: smooth;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
font-family: "Inter", serif;
|
|
margin: 0;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
text-transform: lowercase;
|
|
}
|
|
|
|
p {
|
|
margin-top: 0;
|
|
} |