/* Global Variables and Overrides */
:root {
    --primary-color: #4a5f4d;
}
html, body {
    overflow-x: hidden;
}

/* Editable Hero Background Image */
.custom-hero-bg {
    background-image: url('/static/img/polyproof.jpg');
    background-size: cover;
    background-position: center;
}
