/* Make background white everywhere */
body, html {
  background-color: #ffffff !important;
  color: #000000 !important;
}

/* Force all text to black */
* {
  color: #000000 !important;
}

/* Make links blue */
a, a:visited {
  color: #000000 !important;
}
/* Main button styles */
#checkout_form_submit,
.subscribe-button,
button,
.btn,
input[type="submit"],
input[type="button"] {
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Force white text inside all button children (icons, spans, etc.) */
#checkout_form_submit *,
.subscribe-button *,
button *,
.btn *,
input[type="submit"] *,
input[type="button"] * {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* Optional: maintain black background + white text on hover */
#checkout_form_submit:hover,
.subscribe-button:hover,
button:hover,
.btn:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

:root {
  --menu-app-brand-logo-url: url('https://freight.cargo.site/t/original/i/L2414477204540938608683135514412/Screenshot-2025-06-20-at-2.45.37PM.png');
}
#checkout_form_submit {
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
#checkout_form_submit,
#checkout_form_submit * {
  color: #ffffff !important;
  fill: #ffffff !important;
}