sador.me/src/style/index.css
2025-05-25 18:15:44 +02:00

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;
}