/* Sidebar nav */
.md-nav--primary > .md-nav__title {
  display: none !important;
}

/* Header */
.md-header {
  background-color: #ffffff;
  box-shadow: 0 1px 0 0 #e8e8e8;
  color: #37352f;
  height: 2.8rem;
}

.md-header__inner {
  height: 100%;
}

.md-header__title {
  visibility: hidden;
}

/* Fonts */
:root {
  --md-text-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --md-code-font: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

.md-typeset {
  line-height: 1.6;
  color: #37352f;
}

.md-typeset h1 {
  font-size: 1.8em;
  font-weight: 700;
  color: #37352f;
  letter-spacing: -0.01em;
  margin-bottom: 0.5em;
}

.md-typeset h2 {
  font-size: 1.3em;
  font-weight: 600;
  color: #37352f;
  margin-top: 1.5em;
}

.md-typeset h3 {
  font-size: 1.1em;
  font-weight: 600;
  color: #37352f;
}

/* Photo grid */
.photo-grid {
  --photo-grid-cols: 2;
  display: grid;
  grid-template-columns: repeat(var(--photo-grid-cols), 1fr);
  gap: 0.75rem;
  margin: 1rem 0;
}

.photo-grid img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}

/* Table */
.md-typeset table:not([class]) td {
  word-break: normal;
  white-space: normal;
}

/* Footer */
.md-footer {
  display: none;
}
