/* Variables */
:root {
    --borderRadius: .5rem;
}

/* Bootstrap overrides */
body {
    font-weight: 300 !important;
}

/* Helper Classes */
.narrow .container,
.container.narrow {
    max-width: 1140px;
}

/* Typography */
:is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
    text-transform: uppercase;
    font-weight: 500;
}

/* Buttons */
.btn:not(.admin-bar .btn) {
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: .9rem !important;
}

/* Responsive */

/* Typography */
