From 261edc22338f4e20c9efce606b780f1970855a36 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 22 Jun 2026 00:59:24 +0000 Subject: [PATCH] Switch to version 3: modified src/index.css --- src/index.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/index.css b/src/index.css index 7d0118f..a62ba4f 100644 --- a/src/index.css +++ b/src/index.css @@ -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 {