init project files

This commit is contained in:
!verity
2026-03-16 21:25:53 +01:00
commit 2045808f00
40 changed files with 3436 additions and 0 deletions

9
styles/_typography.scss Normal file
View File

@@ -0,0 +1,9 @@
@use 'variables' as *;
// Global typography defaults — headings can be extended in components
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-display, $font-display);
font-weight: 600;
line-height: 1.2;
color: var(--text);
}