:root {
  color-scheme: dark;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

label {
  display: grid;
  gap: 0.45rem;
  color: rgb(212 212 216);
  font-size: 0.9rem;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: 0.375rem;
  background: rgb(24 24 27);
  color: white;
  padding: 0.75rem 0.85rem;
  outline: none;
  font-weight: 500;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgb(52 211 153);
  box-shadow: 0 0 0 3px rgb(52 211 153 / 0.18);
}

article {
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 0.5rem;
  background: rgb(24 24 27 / 0.72);
  padding: 1.25rem;
}

article h3 {
  font-size: 1.15rem;
  font-weight: 900;
}

article p {
  margin-top: 0.6rem;
  color: rgb(212 212 216);
  line-height: 1.7;
}
