@import url("../external/fonts.googleapis.com/css2.14a10abe.css");
@import url("../external/fonts.googleapis.com/css2.02b3a12d.css");

h1,
h2,
h3,
h4 {
  font-family: "Raleway", sans-serif;
}

.md-typeset h1 {
  font-size: 48.83px;
  font-weight: 500;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

p,
a,
li {
  font-family: "Poppins", sans-serif;
}

.md-typeset.admonition {
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.1;
}

.md-nav {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 0.7rem;
}

.md-header__button.md-logo img {
  height: 2.4rem;
}

.md-grid {
  max-width: initial;
}

.version-tag {
  background-color: #ffff; /* Green */
  border: none;
  color: #2094f3;
  padding: 10px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 4px;
}

.logo-grid {
  display: grid;
  gap: 1rem;
}

.logo-grid__item {
  align-items: center;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .logo-grid {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .logo-grid {
    gap: 2rem 1rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

body[data-md-color-scheme="slate"] .show-light-mode,
body[data-md-color-scheme="default"] .show-dark-mode {
  display: none;
}

body[data-md-color-scheme="default"] .show-light-mode,
body[data-md-color-scheme="slate"] .show-dark-mode {
  display: unset;
}
