Warmer style for the entire website + shapes

This commit is contained in:
Antoni Nuñez Romeu
2026-03-19 16:27:03 +01:00
parent 71b2c5f2ed
commit 3f0618829f
5 changed files with 70 additions and 62 deletions

View File

@@ -14,7 +14,7 @@ export default {
},
extend: {
fontFamily: {
display: ['"Playfair Display"', "Georgia", "serif"],
display: ['"Noto"', "system-ui", "sans-serif"],
body: ['"Inter"', "system-ui", "sans-serif"],
},
colors: {
@@ -24,7 +24,7 @@ export default {
background: "hsl(var(--background))",
foreground: "hsl(var(--foreground))",
primary: {
DEFAULT: "hsl(230.5, 57.6%, 74.1%)",
DEFAULT: "hsla(37, 93%, 53%, 1.00)",
foreground: "hsl(var(--primary-foreground))",
},
secondary: {