/* Typography Styles */
h1 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 30px;
    font-size: 2.5rem;
    font-weight: 700;
}

h2 {
    color: #34495e;
    margin: 40px 0 20px 0;
    font-size: 1.8rem;
    font-weight: 600;
}

h3 {
    color: #2c3e50;
    margin: 30px 0 15px 0;
    font-size: 1.4rem;
    font-weight: 600;
}

h4 {
    color: #34495e;
    margin: 20px 0 10px 0;
    font-size: 1.1rem;
    font-weight: 500;
}
