/* Missional Agents brand tokens — https://www.missionalagents.com/ */
:root {
  --ma-navy: #072344;
  --ma-navy-dark: #10253e;
  --ma-navy-hover: #0a2f52;
  --ma-orange: #e08d2b;
  --ma-orange-dark: #c9781f;
  --ma-orange-gradient: linear-gradient(90deg, #ffbf42 0%, #ffa842 100%);
  --ma-cream: #fff4e6;
  --ma-peach: #ffdeb7;
  --ma-muted: #5e6a79;
  --ma-text: #072344;
  --ma-text-secondary: #666666;
  --ma-canvas: #f5f5f5;
  --ma-surface: #ffffff;
  --ma-line: #e7e7e7;
  --ma-red: #b33a3a;
  --ma-red-tint: #f8e9e9;
  --ma-green: #10b981;
  --ma-green-tint: #e6f7f1;
  --ma-shadow: 0 1px 2px rgba(7, 35, 68, 0.06), 0 8px 24px rgba(7, 35, 68, 0.08);
  --ma-radius: 14px;
  --ma-display: "Fraunces", Georgia, serif;
  --ma-body: "Source Sans 3", system-ui, -apple-system, sans-serif;
  --ma-mono: "IBM Plex Mono", ui-monospace, Menlo, monospace;
}

.ma-logo {
  display: block;
  height: 36px;
  width: auto;
  max-width: 180px;
}

.ma-logo-sm {
  height: 28px;
  max-width: 150px;
}

.ma-logo-on-dark {
  filter: brightness(0) invert(1);
}

/* Full-width canvas on public church pages (wizard, landing, review) */
html,
body,
#__next {
  margin: 0;
  min-height: 100%;
  background: var(--ma-canvas);
}
