Merge version_3_1782293338359 into main #2

Merged
bender merged 1 commits from version_3_1782293338359 into main 2026-06-24 09:29:02 +00:00

View File

@@ -1,3 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap');
/* Creative Portfolio - Clean White */
@import "tailwindcss";
@import "./styles/masks.css";
@@ -95,7 +96,7 @@
--color-background-accent: var(--background-accent);
/* Fonts */
--font-sans: "Inter Tight", sans-serif;
--font-sans: 'Inter', sans-serif;
--font-tight: "Inter Tight", sans-serif;
--font-mono: monospace;
@@ -144,7 +145,7 @@ body {
margin: 0;
background-color: var(--background);
color: var(--foreground);
font-family: "Inter Tight", sans-serif;
font-family: 'Inter', sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -157,7 +158,7 @@ h3,
h4,
h5,
h6 {
font-family: "Inter Tight", sans-serif;
font-family: 'DM Sans', sans-serif;
}
/* WEBILD_CARD_STYLE */