h1 {
    font-size: 2.00rem;
    font-weight: 400;
}

h2 {
    font-size: 1.75rem;
    font-weight: 700;
}

h3 {
    font-size: 1.50rem;
    font-weight: 600;
}

h4 {
    font-size: 1.25rem;
    font-weight: 500;
}

h5 {
    font-size: 1.00rem;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
    width: 100%;
    margin: 0 auto 10px auto;
    line-height: 110%;
    font-family: var(--title-font-family);
    font-weight: var(--title-font-weight);
    text-transform: var(--title-text-transform);
    letter-spacing: var(--title-letter-spacing);
}

section,
article,
content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 100%;
    padding: 0;
    margin: auto;
}

section {
    gap: var(--gap);
}

article {
    gap: 0px;
}

content {
    justify-content: flex-start;
    gap: 0px;
}
