Merge version_13_1781603613194 into main #13

Merged
bender merged 1 commits from version_13_1781603613194 into main 2026-06-16 09:53:40 +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');
/* Med Spa - Clean & Professional */
@import "tailwindcss";
@import "./styles/masks.css";
@@ -95,7 +96,7 @@
--color-background-accent: var(--background-accent);
/* Fonts */
--font-sans: "Inter", 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", 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", sans-serif;
font-family: 'DM Sans', sans-serif;
}
/* WEBILD_CARD_STYLE */