@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

html,
body {
    background: #000 !important;
    color: #ff0000 !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.hero-title,
.nav-link,
button,
.btn-submit,
label {
    font-family: 'Bebas Neue', sans-serif !important;
}

p,
li,
input,
textarea,
small,
.copyright,
.contact-description,
.contact-m2-line,
.form-message {
    color: #ff0000 !important;
}

a {
    color: #ff0000 !important;
}

a:hover {
    color: #ff4d4d !important;
}

input,
textarea,
select {
    background: #000 !important;
    color: #ff0000 !important;
    border-color: #ff0000 !important;
}

button,
.btn-submit,
.cta-button,
.section-cta {
    background: #ff0000 !important;
    color: #000 !important;
    border-color: #ff0000 !important;
}

.cookie-consent,
#cookieConsent {
    background: #000 !important;
    color: #ff0000 !important;
    border-top: 1px solid #ff0000 !important;
}

.cookie-consent a,
#cookieConsent a {
    color: #ff0000 !important;
}

.footer,
footer {
    background: #000 !important;
    color: #ff0000 !important;
    border-top: 1px solid #ff0000 !important;
}

