:root {
  --font-geist-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-geist-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-notice {
  border: 1px solid rgba(98, 230, 181, 0.32);
  border-radius: 8px;
  background: rgba(98, 230, 181, 0.08);
  color: #8cf0ca;
  margin: 0;
  padding: 14px 16px;
  font-size: 12px;
}

.form-notice.form-error {
  border-color: rgba(255, 111, 125, 0.34);
  background: rgba(255, 111, 125, 0.08);
  color: #ff9aa5;
}
