:root {
    --primaryhover: var(--primary) !important;
}

/*Buttons*/
.btn:not(.return-to-top) {
    font-size: 1.25rem;
}

/*Headings*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    text-transform: uppercase;
    font-weight: 700;
}