h1{
    font-size: 1.25rem;
    font-size: clamp(1.25rem, 0.875rem + 1.875vw, 3.125rem);
    font-weight: lighter;
    color: var(--rouge);
    line-height: 1em;
}

h1 + p .text-huge{
    font-size: 2.5rem;
    font-size: clamp(2.5rem, 1.75rem + 3.75vw, 6.25rem);
    font-weight: 900;
    margin-top: 20px;
    display: block;
    line-height: 1em;
}