Simplifica tipografia para fonte America

This commit is contained in:
Felipe Coutinho
2026-03-13 18:21:01 +00:00
parent 20c14aa96f
commit fa9bf17663
21 changed files with 34 additions and 469 deletions

View File

@@ -9,10 +9,6 @@
}
:root {
/* Font customization */
--font-app: var(--font-ai-sans);
--font-money: var(--font-ai-sans);
/* Base surfaces - warm cream with subtle orange undertone */
--background: oklch(98.01% 0.00331 67.026);
--foreground: #201207;
@@ -186,8 +182,7 @@
}
@theme inline {
--default-font-family: var(--font-app);
--default-mono-font-family: var(--font-money);
--default-font-family: var(--font-america);
--color-background: var(--background);
--color-foreground: var(--foreground);
--color-card: var(--card);
@@ -259,6 +254,7 @@
body {
@apply bg-background text-foreground;
font-family: var(--font-america), sans-serif;
}
*::selection {