Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d50dd9126 | |||
| 6ef8276033 |
@@ -1,16 +1,18 @@
|
|||||||
@import "tailwindcss";
|
@import "tailwindcss";
|
||||||
|
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
|
||||||
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #f5f5dc;;
|
--background: #ffffff;;
|
||||||
--card: #fffaf0;;
|
--card: #ffffff;;
|
||||||
--foreground: #333;;
|
--foreground: #000000;;
|
||||||
--primary-cta: #d2691e;;
|
--primary-cta: #0070f3;;
|
||||||
--secondary-cta: #fff;;
|
--secondary-cta: #ffffff;;
|
||||||
--accent: #ffebcd;;
|
--accent: #00bfff;;
|
||||||
--background-accent: #b38b4d;;
|
--background-accent: #e6f7ff;;
|
||||||
/* Base spacing units */
|
/* Base spacing units */
|
||||||
--vw-0_25: calc(var(--vw) * 0.25);
|
--vw-0_25: calc(var(--vw) * 0.25);
|
||||||
--vw-0_5: calc(var(--vw) * 0.5);
|
--vw-0_5: calc(var(--vw) * 0.5);
|
||||||
@@ -520,7 +522,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-lora), sans-serif;
|
font-family: 'Inter', sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -533,5 +535,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-lora), sans-serif;
|
font-family: 'Inter', sans-serif;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user