/* Font Settings */
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--theme-text);
}

h1, .h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

h2, .h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

h3, .h3 {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

h4, .h4 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

h5, .h5 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.8;
}

.text-small {
    font-size: 0.875rem;
}

.font-weight-bold {
    font-weight: 700;
}

.font-weight-medium {
    font-weight: 500;
}