/* Same DanaFaNum faces as moniaz landing (`_fonts.scss`). */
@font-face {
  font-family: Dana;
  src: url("/fonts/DanaFaNum-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Dana;
  src: url("/fonts/DanaFaNum-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Dana;
  src: url("/fonts/DanaFaNum-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Dana;
  src: url("/fonts/DanaFaNum-DemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Dana;
  src: url("/fonts/DanaFaNum-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Dana;
  src: url("/fonts/DanaFaNum-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: Dana;
  src: url("/fonts/DanaFaNum-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: Dana;
  src: url("/fonts/DanaFaNum-ExtraBlack.woff2") format("woff2");
  font-weight: 950;
  font-display: swap;
}

html, body {
  font-family: Dana, system-ui, sans-serif;
}

/* Text selection + tel/input focus — brand green, no browser chrome */
::selection {
  background: rgba(127, 181, 140, 0.35);
  color: #2f2e2b;
}

::-moz-selection {
  background: rgba(127, 181, 140, 0.35);
  color: #2f2e2b;
}

input,
textarea {
  font-family: Dana, system-ui, sans-serif;
  caret-color: #4F8760;
}

input:focus,
textarea:focus,
input:focus-visible,
textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

input[type="tel"],
input[type="text"],
input[type="number"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
