  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { margin: 0; background: #F7F4EE; color: #17130F; font-family: Karla, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
  h1, h2, h3 { margin: 0; font-family: Archivo, system-ui, sans-serif; text-wrap: balance; }
  p { margin: 0; text-wrap: pretty; }
  table { border-collapse: collapse; }
  a { color: #B03A2E; text-decoration: none; }
  a:hover { color: #17130F; }
  :target { scroll-margin-top: 92px; }
  input { font-family: inherit; }
  @keyframes rowIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }
