/* Microchurch — what differs from the shared dark palette.
 *
 * The palette itself lives in shared/css/checkout.css under
 * :root[data-theme="dark"], selected by `theme: 'dark'` in
 * src/brands/microchurch.ts. Only put a token here if Microchurch genuinely
 * needs a value the shared dark palette does not give it — and match that
 * selector, because a bare :root is less specific and would lose to it.
 *
 * No logo overrides: this brand uses the RNM wordmark, which the shared default
 * (22px tall, auto width) is drawn for. At Work overrides those because its
 * lockup is much wider.
 */
body {
  background-image: url('../assets/Microchurch-Gradient.png');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
