/* DIY Pallet Project Guide — cool watercolour palette (Absolutely Plausible) */

:root {
  --md-primary-fg-color: #3f7d9c;
  --md-primary-fg-color--light: #4b5fa8;
  --md-primary-fg-color--dark: #6a4f9e;
  --md-accent-fg-color: #3f7d9c;
  --md-default-bg-color: #eef0f2;
  --md-default-fg-color: #1e2238;
  --md-typeset-a-color: #3f7d9c;
}

body {
  background: #eef0f2;
  color: #1e2238;
  font-family: 'Share Tech Mono', 'JetBrains Mono', monospace;
}

.md-header,
.md-tabs {
  background: #1e2238;
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  color: #4b5fa8;
  font-weight: 700;
}

.md-typeset h1 {
  border-bottom: 2px solid #3f7d9c;
  padding-bottom: 0.4em;
}

.md-typeset a {
  color: #3f7d9c;
}

.md-typeset a:hover {
  color: #6a4f9e;
}

.md-typeset code {
  background: #f5f6f9;
  color: #6a4f9e;
  padding: 0.1em 0.4em;
  border-radius: 3px;
}

.md-typeset table:not([class]) {
  background: #ffffff;
  border: 1px solid #3f7d9c;
}

.md-typeset table:not([class]) th {
  background: #f5f6f9;
  color: #1e2238;
}

.md-typeset img {
  border-radius: 4px;
  box-shadow: 0 1px 8px rgba(30,34,56,0.12);
}

/* Step number badge */
.step-badge {
  display: inline-block;
  background: #3f7d9c;
  color: #fff;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  margin-right: 0.4em;
}
