/* Contenza brand colours for NordMaskine A/S TekDok portal */

:root,
[data-md-color-scheme="default"] {
  /* Primary: Deep Slate */
  --md-primary-fg-color:             #1C2333;
  --md-primary-fg-color--light:      #243044;
  --md-primary-fg-color--dark:       #0f1520;
  --md-primary-bg-color:             #ffffff;
  --md-primary-bg-color--light:      rgba(255, 255, 255, 0.7);

  /* Accent: Amber */
  --md-accent-fg-color:              #D97706;
  --md-accent-fg-color--transparent: rgba(217, 119, 6, 0.1);
  --md-accent-bg-color:              #ffffff;
  --md-accent-bg-color--light:       rgba(255, 255, 255, 0.7);
}

/* Header */
.md-header {
  background-color: #1C2333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Tab bar */
.md-tabs {
  background-color: #243044;
}

.md-tabs__link--active,
.md-tabs__link:hover {
  color: #D97706;
}

/* Navigation links */
.md-nav__link:hover,
.md-nav__link:focus {
  color: #D97706;
}

.md-nav__link--active {
  color: #D97706;
  font-weight: 600;
}

/* Search bar */
.md-search__input {
  background-color: rgba(255, 255, 255, 0.12);
}

/* Footer */
.md-footer {
  background-color: #1C2333;
}

.md-footer-meta {
  background-color: #0f1520;
}

/* Admonition colours (override defaults to use amber accent) */
.md-typeset .admonition.tip,
.md-typeset details.tip {
  border-color: #D97706;
}

.md-typeset .tip > .admonition-title,
.md-typeset .tip > summary {
  background-color: rgba(217, 119, 6, 0.12);
}

.md-typeset .tip > .admonition-title::before,
.md-typeset .tip > summary::before {
  background-color: #D97706;
}

/* Inline code */
.md-typeset code {
  background-color: #F1F5F9;
  color: #1C2333;
}

/* Table header */
.md-typeset table:not([class]) th {
  background-color: #1C2333;
  color: #ffffff;
}

/* Powered-by footer note */
.md-footer-meta__inner::after {
  content: " · Portalen drives af Contenza — tekdok.contenza.dk";
  color: #94A3B8;
  font-size: 0.75rem;
}
