@import url("/library/codex/assets/codex-guide.css");

:root {
  --brand: #b84f16;
  --brand-soft: #fff3e8;
  --brand-border: #f2c29f;
}

[data-theme="dark"] {
  --brand: #ffb37a;
  --brand-soft: #3a291f;
  --brand-border: #76513a;
}

.brand-mark {
  background: linear-gradient(145deg, #d96320, #8d3510);
}

.license-note {
  padding-top: 14px;
  border-top: 1px solid var(--border);
  font-size: 12px;
}
