body {
    font-family: "Hellix", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: white !important;
    background-color: #111;
}
.wrapper {
    max-width: 60rem;
    margin: 2rem auto;
    padding: 3rem;            
}
.effective-date {
    font-size: 0.8rem;
    margin-bottom: 1rem;
}

h1 {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    line-height: 1.2;
    font-weight: 500;
    margin: 0;
}

h2 {
    font-size: clamp(1.25rem, 3vw, 2rem);
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 1rem;
}

h3 {
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1.2;
    font-weight: 500;
    margin: 0;
}

.text-link {
    color: white;
    text-decoration: none;
}