/* import Overpass from Google */
@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');

/* style font weight, font size and uppercase */
.promotion-item .title,
.promotion-item .subtitle,
.AboutUs .title,
.AboutUs .AboutUsHeading {
    font-weight: 400;
}

.footer .footHeading {
    font-weight: 500;
}

.button-primary,
.button-secondary {
    font-weight: 500;
    text-transform: uppercase;
    font-size: var(--text-size-h4);
}

/* update link styles */
.footer a {
    text-decoration: none;
    font-size: var(--text-size-regular);
}

.footer a:hover {
    color: #fff;
}
