/* Secutec brand primary, same value as every other module's docs site
   (pattern: M365-module/docs/assets/css/extra.css). This is what
   `theme.palette.primary: custom` in mkdocs-public.yml points at — without
   these variables Material silently falls back to its default indigo. */
:root > * {
  --md-primary-fg-color:        #003cd6;
  --md-primary-fg-color--light: #003cd6;
  --md-primary-fg-color--dark:  #003cd6;
}
