body h1 { font-size: var(--h1); }
body h2 { font-size: var(--h2); }
body h3 { font-size: var(--h3); }
body h4 { font-size: var(--h4); }

.text-center {
    text-align: center;
}

.text-sm {
    font-size: 0.85rem;
}
.text-md {
    font-size: 1rem;
}
.text-lg {
    font-size: 1.4rem;
}
.text-xl {
    font-size: 2rem;
}

.font-medium {
    font-weight: 500;
}
.font-bold {
    font-weight: 700;
}
