/* ===== BASIS ===== */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

/* ===== H1 ===== */
h1 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
}

/* ===== H2 ===== */
h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
    line-height: 1.3;
}

/* ===== H3 ===== */
h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 8px;
}

/* ===== TEXT ===== */
p {
    margin-bottom: 15px;
}

/* ===== LISTEN ===== */
ul {
    margin-bottom: 15px;
    padding-left: 20px;
}

li {
    margin-bottom: 5px;
}

/* ===== LINKS ===== */
a {
    color: #2a6ebb;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) 
{
    body {
        font-size: 15px;
    }

    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.3rem;
    }

    h3 {
        font-size: 1.1rem;
    }
}

h1, h2, h3 {
    color: #222;
    letter-spacing: 0.3px;
}