/* Komandorr Custom Orange Theme - Version 2 */
:root {
  --md-primary-fg-color: #212121;
  --md-primary-fg-color--light: #424242;
  --md-primary-fg-color--dark: #000000;
  --md-accent-fg-color: #ff6e40 !important;
  --md-accent-fg-color--transparent: rgba(255, 110, 64, 0.1);
  --md-typeset-a-color: #ff6e40 !important;
}

/* Force all links to orange - CRITICAL */
.md-content a,
.md-typeset a,
.md-nav a,
a {
  color: #ff6e40 !important;
}

.md-content a:hover,
.md-typeset a:hover,
.md-nav a:hover,
a:hover {
  color: #ff9e80 !important;
}

/* Table of contents links */
.md-nav__link {
  color: rgba(255, 255, 255, 0.7);
}

.md-nav__link--active,
.md-nav__link:hover {
  color: #ff6e40 !important;
}

/* Navigation tabs */
.md-tabs {
  background-color: #212121 !important;
}

.md-tabs__link--active {
  color: #ff6e40 !important;
}

/* Buttons */
.md-button {
  color: #ff6e40 !important;
  border-color: #ff6e40 !important;
}

.md-button--primary {
  background-color: #ff6e40 !important;
  color: white !important;
  border-color: #ff6e40 !important;
}

/* Code inline */
.md-typeset code {
  background-color: rgba(255, 110, 64, 0.1) !important;
  color: #ff9e80 !important;
}

/* Admonitions */
.md-typeset .admonition.tip,
.md-typeset .admonition.note {
  border-color: #ff6e40 !important;
}

.md-typeset .admonition.tip > .admonition-title,
.md-typeset .admonition.note > .admonition-title {
  background-color: rgba(255, 110, 64, 0.1) !important;
}

/* Search */
.md-search-result__meta {
  background-color: #ff6e40 !important;
}

.md-search__input:focus {
  border-color: #ff6e40 !important;
}

/* Scrollbar */
::-webkit-scrollbar-thumb {
  background-color: #ff6e40 !important;
}

/* Icons with orange color */
.md-typeset .md-icon {
  color: #ff6e40;
}
