/* Override Material's "custom" palette slots with kunuleco-orange.
   Keeps Material's typography/spacing but pushes brand color through
   primary nav, links, accents. */
:root {
  --md-primary-fg-color:        #FF4F00;
  --md-primary-fg-color--light: #FFE4D6;
  --md-primary-fg-color--dark:  #E64600;
  --md-accent-fg-color:         #FF4F00;
}

[data-md-color-scheme="slate"] {
  --md-primary-fg-color:        #FF4F00;
  --md-primary-fg-color--light: #FFE4D6;
  --md-primary-fg-color--dark:  #E64600;
  --md-accent-fg-color:         #FF6A1A;
}

/* Headings in Montserrat to match the marketing site. */
.md-typeset h1,
.md-typeset h2,
.md-typeset h3,
.md-typeset h4,
.md-typeset h5,
.md-typeset h6,
.md-header,
.md-tabs {
  font-family: 'Montserrat', system-ui, sans-serif;
}
