body * {
  font-family: "Futura", sans-serif;
  font-display: swap;
}
body.admin-bar header {
  top: 32px;
}
body::-moz-selection {
  background: #2364AA;
  color: white;
}
body::selection {
  background: #2364AA;
  color: white;
}

:root {
  --red-godfooder: #6E0015;
}

@layer base {
  *:focus-visible {
    outline: none;
  }
}
@layer utilities {
  .text-shadow-custom {
    text-shadow: -2px 3px 6px black;
  }
  .bg-red-godfooder {
    background-color: var(--red-godfooder) !important;
  }
}
.wpcf7-not-valid-tip {
  color: #6E0015 !important;
  font-size: 14px;
  background-color: #F7EEC9;
  padding: 5px;
  border-radius: 4px;
  margin-top: 5px;
}

.wpcf7-response-output {
  border: none !important;
}

#navbar-footer .sub-menu {
  display: none;
}/*# sourceMappingURL=custom.css.map */