/* These declarations affect the entire theme of the documentation. */
.md-grid {
    max-width: 90%; 
  }

[data-md-color-scheme="default"],[data-md-color-scheme="slate"] {
  --md-primary-fg-color:        #004A65;
  --md-accent-fg-color:         #007A98;
}

/* These declarations are custom CSS for specific usage with icons (e.g. Release notes) */
.new-icon {
  color: #448AFF;
}

.improvement-icon {
  color: #00BFA5;
}

.bugfix-icon {
  color: #00C853;
}

.bug-icon {
  color: #E81059;
}

.deprecation-icon {
  color: #F49500;
}

.desupport-icon {
  color: #F25653;
}

.dng-blue {
  color: #004D68;
}

.dng-cyan {
  color: #58C3EF;
}

.dng-green {
  color: #15AF97;
}

.dng-orange {
  color: #E77707;
}

.dng-red {
  color: #E7615A;
}

.dng-yellow {
  color: #EDC800;
}