/* Advertising.chat brand theme — amber/gold palette (see
   redirect/landing-pages/advertising-chat theme.css). */

:root {
  --md-primary-fg-color: #b07d2e;
  --md-primary-fg-color--light: #d4a843;
  --md-primary-fg-color--dark: #7d5820;
  --md-accent-fg-color: #96691f;
}

[data-md-color-scheme='slate'] {
  --md-primary-fg-color: #b07d2e;
  --md-accent-fg-color: #d4a843;
  --md-typeset-a-color: #e0b95e;
}

/* Slightly roomier line height for long-form guides. */
.md-typeset {
  line-height: 1.65;
}
