Switch to version 3: modified src/index.css

This commit is contained in:
2026-06-22 00:59:24 +00:00
parent 2743d8d4b4
commit 261edc2233

View File

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