/* TOF CRM public pages — after TOF2 app.css + theme.css */

main a {
  color: #3f6653;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

main a:hover {
  color: #2d4a3c;
}

main.intake-main a {
  color: #c1ecd4;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

main.intake-main a:hover {
  color: #d3e4fe;
}

article h1,
article h2,
article h3 {
  font-family: Epilogue, ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
  color: #0b1c30;
  line-height: 1.15;
}

article h1 {
  font-size: clamp(1.75rem, 1.5rem + 1vw, 2.25rem);
  margin: 1.5rem 0 0.75rem;
}

article h2 {
  font-size: 1.35rem;
  margin: 1.25rem 0 0.5rem;
}

article h3 {
  font-size: 1.125rem;
  margin: 1rem 0 0.35rem;
}

article p {
  margin: 0.75rem 0;
}

article ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0.75rem 0;
}

article code {
  font-family: "Courier Prime", ui-monospace, monospace;
  background: rgba(11, 28, 48, 0.06);
  padding: 0.1em 0.35em;
  border-radius: 0.25rem;
  font-size: 0.9em;
}
