Files
2025-07-09 12:37:04 +02:00

19 lines
222 B
CSS

:root {
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-style: normal;
}
/* heading and subtitle */
h1 {
}
/* links */
a {
text-decoration: none;
&:visited {
color: var(--grey-50);
}
}