:root {
  --primaryColor: #e25222;
  --primaryColorHover: #f06b35;
  --surfacePrimary: #071512;
  --surfaceSecondary: #10231d;
}

body {
  background: radial-gradient(circle at top left, rgba(226, 82, 34, .22), transparent 34%),
    linear-gradient(135deg, #071512 0%, #0d241e 48%, #1b130e 100%) !important;
  color: #f5ead2 !important;
}

body::before {
  content: "Wandlitz BBQ Media";
  position: fixed;
  top: 14px;
  left: 16px;
  z-index: 9999;
  min-height: 44px;
  padding: 11px 16px 10px 58px;
  border: 1px solid rgba(245, 234, 210, .18);
  border-radius: 8px;
  background: rgba(7, 21, 18, .88) url("/static/img/logo.svg") 10px center / 38px auto no-repeat;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .34);
  color: #f5ead2;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1;
  pointer-events: none;
}

#app, main, .dashboard, .login {
  background: transparent !important;
}

.login form, .card, .breadcrumbs, header, nav {
  border-color: rgba(245, 234, 210, .16) !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .36) !important;
}

.login form::before {
  content: "";
  display: block;
  width: 220px;
  height: 74px;
  margin: 0 auto 28px;
  background: url("/static/img/logo.svg") center / contain no-repeat;
}

button, .button, input[type="submit"] {
  border-radius: 6px !important;
  font-weight: 800 !important;
}

button.primary, .button.primary, input[type="submit"] {
  background: #e25222 !important;
  color: #fff7e6 !important;
}

a {
  color: #f2a33c !important;
}
