body {
  margin: 0;
  background: oklch(98% 0.006 60);
  font-family: 'Work Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: oklch(48% 0.2 25);
  text-decoration: none;
}
a:hover {
  color: oklch(40% 0.2 25);
}
* {
  box-sizing: border-box;
}
input,
textarea,
select {
  font-family: 'Work Sans', sans-serif;
}
button {
  font-family: 'Work Sans', sans-serif;
}
input:focus,
textarea:focus,
select:focus,
button:focus-visible {
  outline: 2px solid oklch(48% 0.2 25);
  outline-offset: 1px;
}
.field-error {
  border-color: oklch(55% 0.2 25) !important;
}
.error-msg {
  color: oklch(48% 0.2 25);
  font-size: 13px;
  margin: -8px 0 0;
}
.success-panel {
  background: oklch(96% 0.03 150);
  border: 1px solid oklch(80% 0.08 150);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}
.success-panel h3 {
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 8px;
  color: oklch(30% 0.08 150);
}
.success-panel p {
  font-size: 14.5px;
  line-height: 1.6;
  color: oklch(35% 0.03 150);
  margin: 0;
}
[hidden] {
  display: none !important;
}
