Compare commits
2 Commits
version_1_
...
version_3_
| Author | SHA1 | Date | |
|---|---|---|---|
| 861e8a4611 | |||
| 920da4e4cd |
@@ -1,3 +1,4 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');
|
||||
/* Hotel - Dark Luxury */
|
||||
@import "tailwindcss";
|
||||
@import "./styles/masks.css";
|
||||
@@ -5,15 +6,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/darkTheme/luxury */
|
||||
--background: #0f1010;
|
||||
--card: #3d3d3d;
|
||||
--foreground: #f5f0eb;
|
||||
--primary-cta: #ffffff;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #f5f0eb;
|
||||
--accent: #d4b896;
|
||||
--background-accent: #4f402d;
|
||||
--background: #fffafa;
|
||||
--card: #ffffff;
|
||||
--foreground: #1a0000;
|
||||
--primary-cta: #e63946;
|
||||
--primary-cta-text: #fffafa;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1a0000;
|
||||
--accent: #f5c4c7;
|
||||
--background-accent: #f09199;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 1rem;
|
||||
@@ -95,7 +96,7 @@
|
||||
--color-background-accent: var(--background-accent);
|
||||
|
||||
/* Fonts */
|
||||
--font-sans: "Inter Tight", sans-serif;
|
||||
--font-sans: 'Open Sans', sans-serif;
|
||||
--font-serif: "Playfair Display", serif;
|
||||
--font-tight: "Inter Tight", sans-serif;
|
||||
--font-mono: monospace;
|
||||
@@ -145,7 +146,7 @@ body {
|
||||
margin: 0;
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: "Inter Tight", sans-serif;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -158,7 +159,7 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: "Playfair Display", serif;
|
||||
font-family: 'Inter', sans-serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
||||
Reference in New Issue
Block a user