3 Commits

Author SHA1 Message Date
da1eba77a7 Merge version_2_1781432810386 into main
Merge version_2_1781432810386 into main
2026-06-14 10:26:53 +00:00
33e2fd89a6 Update theme fonts 2026-06-14 10:26:50 +00:00
fd60cd1d3a Merge version_1_1781432549928 into main
Merge version_1_1781432549928 into main
2026-06-14 10:22:57 +00:00

View File

@@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Libre+Baskerville:wght@400;500;600;700&display=swap');
@import "tailwindcss"; @import "tailwindcss";
@import "./styles/masks.css"; @import "./styles/masks.css";
@import "./styles/animations.css"; @import "./styles/animations.css";
@@ -88,7 +88,7 @@
--color-background-accent: var(--background-accent); --color-background-accent: var(--background-accent);
/* Fonts */ /* Fonts */
--font-sans: 'Inter Tight', sans-serif; --font-sans: 'Inter', sans-serif;
--font-tight: "Inter Tight", sans-serif; --font-tight: "Inter Tight", sans-serif;
--font-mono: monospace; --font-mono: monospace;
@@ -137,7 +137,7 @@ body {
margin: 0; margin: 0;
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: 'Inter Tight', sans-serif; font-family: 'Inter', sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -150,7 +150,7 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: 'Inter Tight', sans-serif; font-family: 'Libre Baskerville', sans-serif;
} }
/* Default card/button styles. Template theme.css imports come after this file /* Default card/button styles. Template theme.css imports come after this file