style: restore default heading and paragraph typography

This commit is contained in:
2026-06-18 17:20:33 +05:30
parent 62ebf1ebf6
commit d8fa02dc5d
3 changed files with 21 additions and 14 deletions

View File

@@ -5,10 +5,11 @@
h4,
h5,
h6 {
/* margin: 0.1rem 0 0.1rem; */
font-family: inherit;
font-weight: 600;
font-weight: 500;
line-height: 1.2;
letter-spacing: 0;
text-transform: capitalize;
color: var(--foreground);
}
@@ -22,32 +23,37 @@
}
h1 {
font-size: 2rem;
font-size: 35px;
}
h2 {
font-size: 1.875rem;
font-size: 30px;
}
h3 {
font-size: 1.75rem;
font-size: 25px;
}
h4 {
font-size: 1.5rem;
font-size: 20px;
}
h5 {
font-size: 1.25rem;
font-size: 15px;
}
h6 {
font-size: 1rem;
font-size: 10px;
}
p {
margin: 0.2rem 0 0.1rem;
/* line-height: 1.5; */
font-family: inherit;
font-size: 14px;
font-weight: 500;
line-height: 1;
letter-spacing: 0;
text-transform: capitalize;
}
p:last-child {