Merge version_2 into main #1

Merged
development merged 3 commits from version_2 into main 2026-01-06 13:08:31 +00:00
Showing only changes of commit e3e2ca6883 - Show all commits

View File

@@ -495,7 +495,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-inter-tight), sans-serif;
font-family: var(--font-playfair-display and --font-roboto), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -508,5 +508,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-inter-tight), sans-serif;
font-family: var(--font-playfair-display and --font-roboto), sans-serif;
}