/* 06-components/email — flat, CRT-free surface for transactional email bodies
   (rendered in the mailer layout, which never loads the CRT overlay). */
.c-email {
  background: var(--surface-2);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  padding: 1.4rem;
  font-family: var(--font-read);
  color: var(--ink-read);
  max-width: 520px;
}
.c-email h3 { font-family: var(--font-chrome); color: var(--brand); text-shadow: none; }
