/* Custom styles for home page content */
.home-content {
    margin-bottom: 3rem;
    line-height: 1.7;
}

.home-content p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.home-content h1,
.home-content h2,
.home-content h3,
.home-content h4,
.home-content h5,
.home-content h6 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: var(--title-color);
}

.home-content ul,
.home-content ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.home-content li {
    margin-bottom: 0.5rem;
}

.home-content strong {
    font-weight: 600;
    color: var(--title-color);
}

.home-content em {
    font-style: italic;
}

/* Add some spacing between sections */
.home-content > * + * {
    margin-top: 1.5rem;
}
