h2, .heading2 {
    font-family: "parisplus-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.0rem;
    text-transform: uppercase;
}

h3, .heading3 {
    font-size: 2.5rem;
    font-family: "parisplus-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

h4, .heading4 {
    font-size: 2rem;
    font-family: parisplus-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

a {
    font-family: parisplus-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    
}

.yellow {
    color: var(--logo-yellow);
}

.burgundy {
    color: var(--logo-burgundy);
}

.orange {
    color: var(--logo-orange);
}