First commit

This commit is contained in:
2026-04-08 19:36:03 +02:00
parent 66769b52fd
commit 3fb1145c6b
37 changed files with 2498 additions and 494 deletions

22
src/styles.scss Normal file
View File

@@ -0,0 +1,22 @@
/* You can add global styles to this file, and also import other style files */
body {
margin: 0;
padding: 0;
background: var(--tui-background-base);
}
*, *::before, *::after {
font-family: "Onest", serif !important;
box-sizing: border-box;
}
@font-face {
font-family: "Onest";
src: url("/Onest-Regular.ttf")
}
@font-face {
font-family: "Onest";
src: url("/Onest-ExtraBold.ttf");
font-weight: bold;
}