/* Styles for h1 to h6 */

h1 {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 1em;
}

h2 {
    font-size: 2em;
    color: #444;
    margin-bottom: 0.75em;
}

h3 {
    font-size: 1.75em;
    color: #555;
    margin-bottom: 0.5em;
}

h4 {
    font-size: 1.5em;
    color: #666;
    margin-bottom: 0.5em;
}

h5 {
    font-size: 1.25em;
    color: #777;
    margin-bottom: 0.5em;
}

h6 {
    font-size: 1em;
    color: #888;
}

/* Additional styles can be added as needed */
