/* CCB skin — Listmonk PUBLIC pages only (subscription, unsubscribe, archive).
 * Applied via Settings -> Appearance -> Public pages custom CSS
 * (ops/listmonk/apply-skin.sh). Brand tokens: kb/01-policies/brand-guidelines.md
 * — Ink #0E0901, Cream #EFEAE5, Gold #FFAA00 (CTAs only), Brown #5E2C00,
 * Mute #888076. Georgia for headers, system sans for body. Admin UI untouched. */

body {
  background: #EFEAE5;
  color: #0E0901;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.wrap, .container {
  max-width: 640px;
}

h1, h2, h3, .header h1 {
  font-family: Georgia, "Times New Roman", serif;
  color: #0E0901;
  letter-spacing: -0.01em;
}

a { color: #5E2C00; }
a:hover { color: #FFAA00; }

.button, button[type="submit"], .btn {
  background: #0E0901;
  border: none;
  border-radius: 6px;
  color: #EFEAE5;
  font-weight: 600;
  padding: 10px 22px;
}
.button:hover, button[type="submit"]:hover, .btn:hover {
  background: #5E2C00;
  color: #EFEAE5;
}

input[type="text"], input[type="email"], select, textarea {
  background: #FFFFFF;
  border: 1px solid #d8d0c7;
  border-radius: 6px;
  color: #0E0901;
  font-size: 16px; /* prevent iOS zoom-on-focus */
}
input:focus, select:focus, textarea:focus {
  border-color: #FFAA00;
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 170, 0, 0.25);
}

.footer, footer {
  color: #888076;
  font-size: 13px;
}
