This commit is contained in:
pablonyx
2025-01-19 14:22:08 -08:00
committed by GitHub
parent 32a97e5479
commit 122a9af9b3
77 changed files with 1677 additions and 3141 deletions

View File

@@ -47,6 +47,9 @@ module.exports = {
"4xl": "2000px",
mobile: { max: "767px" },
desktop: "768px",
tall: { raw: "(min-height: 800px)" },
short: { raw: "(max-height: 799px)" },
"very-short": { raw: "(max-height: 600px)" },
},
fontFamily: {
sans: ["Hanken Grotesk", "var(--font-inter)", "sans-serif"],