/* ==========================================================================
   Typography
   ========================================================================== */

h1 {
    font-size: 2em;
    margin-bottom: 0.5em;
}

h2 {
    text-align: center;
    color: #333;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

h3 {
    color: var(--primary-color);
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
