h1 {
    font-size: 32px;
    font-weight: 700;
    color: var(--color2);
}

h2 {
    font-size: 24px;
    font-weight: 400;
    color: var(--color1);
}

h3 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 800;
}

h4 {
    margin: 0;
    font-size: 24px;
    letter-spacing: 3px;
    font-weight: 700;
}

p {
    max-width: 600px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}