h1 {
    font-weight: 700;
}

h2 {
    font-weight: 600;
}

h3 {
    font-weight: 500;
}

h4 {
    font-weight: 400;
}

p {
    font-weight: 400;
}

a {
    text-decoration: none;
    color: inherit;
}