feat: initialize global CSS with Tailwind configuration and custom typography styles

This commit is contained in:
Esteban Paz 2026-05-07 21:11:46 -05:00
parent 6cea6fe48b
commit 25ca078e86
1 changed files with 5 additions and 5 deletions

View File

@ -25,23 +25,23 @@ body {
} }
.content h2 { .content h2 {
font-size: 22px; font-size: 21px;
margin-bottom: 10px; margin-bottom: 10px;
line-height: 100%; line-height: 130%;
font-weight: 700; font-weight: 700;
} }
.content h3 { .content h3 {
font-size: 19px; font-size: 18px;
margin-bottom: 10px; margin-bottom: 10px;
line-height: 100%; line-height: 130%;
font-weight: 700; font-weight: 700;
} }
.content h1 { .content h1 {
font-size: 32px; font-size: 32px;
margin-bottom: 30px; margin-bottom: 30px;
line-height: 150%; line-height: 120%;
font-weight: 700; font-weight: 700;
text-align: left; text-align: left;
font-family: var(--font-secondary); font-family: var(--font-secondary);