/* Email-safe theme tokens and basics */
:root {
  --email-text: #333333;
  --email-muted: #666666;
  --email-border: #eeeeee;
}

.email-body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: var(--email-text);
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.email-content {
  white-space: pre-wrap;
  margin-bottom: 30px;
}

.email-signature {
  border-top: 1px solid var(--email-border);
  padding-top: 20px;
  color: var(--email-muted);
  font-size: 14px;
}

.email-agent-name {
  font-weight: 600;
  color: var(--email-text);
}
