@import "fonts.scss";
@import "palette.scss";
* {
padding: 0;
margin: 0;
}
html, body {
font-family: "IBM Plex Mono", monospace;
font-weight: 400;
}
body {
background-color: $color-black;
color: $color-text-light;
font-size: 15px;
line-height: 1.45;
letter-spacing: 0.01em;
}