This commit is contained in:
Rene Kievits
2025-12-18 01:30:52 +01:00
commit 6438660b03
78 changed files with 14230 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
@use '../abstracts/variables' as *;
body {
font-family: $font-family-sans;
line-height: $leading-normal;
-webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: $weight-bold;
line-height: $leading-tight;
letter-spacing: $tracking-tight;
}
code,
pre {
font-family: $font-family-mono;
}