Merge version_2 into main #1

Merged
development merged 3 commits from version_2 into main 2026-01-22 07:27:09 +00:00
Showing only changes of commit f31d67b81b - Show all commits

View File

@@ -4,21 +4,21 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #1f514c;;
--secondary-cta: #ffffff;;
--accent: #159c49;;
--background-accent: #a8e8ba;; */
/* --background: #0a0a0a;;
--card: #1a1a1a;;
--foreground: #ffffffe6;;
--primary-cta: #00d9ff;;
--secondary-cta: #1a1a1a;;
--accent: #00d9ff;;
--background-accent: #0a2a3a;; */
--background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #1f514c;;
--secondary-cta: #ffffff;;
--accent: #159c49;;
--background-accent: #a8e8ba;;
--background: #0a0a0a;;
--card: #1a1a1a;;
--foreground: #ffffffe6;;
--primary-cta: #00d9ff;;
--secondary-cta: #1a1a1a;;
--accent: #00d9ff;;
--background-accent: #0a2a3a;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
@@ -509,7 +509,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-outfit), sans-serif;
font-family: var(--font-space-grotesk), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -522,5 +522,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-outfit), sans-serif;
font-family: var(--font-space-grotesk), sans-serif;
}