/* Российская империя (до 1917): заводские каталоги, гравюра, сепия. */
@import url("../fonts/fonts.css");

html[data-era="empire"] {
  --font-display: "Old Standard TT", "PT Serif", Georgia, serif;
  --font-body: "Old Standard TT", "PT Serif", Georgia, serif;
  --weight-display: 700;
  --case-display: none;
  --tracking-display: 0.02em;
  --tracking-body: 0.005em;

  --c-bg: #f4ecd8;
  --c-surface: #fbf6e8;
  --c-surface-2: #efe3c8;
  --c-text: #2b2118;
  --c-muted: #6b5a44;
  --c-accent: #7a1f1f;
  --c-accent-2: #b08d57;
  --c-on-accent: #f8f1df;
  --c-link: #7a1f1f;
  --c-border: #b9a179;
  --c-read: #93866f;

  --radius: 2px;
  --radius-sm: 2px;
  --rule: 1px solid var(--c-border);
  --rule-strong: 3px double #8c7a5b;
  --shadow: none;
  --shadow-sm: none;

  --photo-filter: sepia(0.35) contrast(1.05);
  --texture-bg: radial-gradient(ellipse at 50% 0%, rgba(176, 141, 87, 0.12), transparent 60%);
  --ornament-rule: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='12' viewBox='0 0 120 12'><path d='M0 6h44M76 6h44' stroke='%23b08d57' stroke-width='1'/><path d='M60 1c-5 0-9 2-9 5s4 5 9 5 9-2 9-5-4-5-9-5z' fill='none' stroke='%237a1f1f' stroke-width='1'/><circle cx='60' cy='6' r='1.6' fill='%237a1f1f'/></svg>");
}

html[data-era="empire"] h1,
html[data-era="empire"] h2 {
  font-variant: small-caps;
}

html[data-era="empire"] main h2::after {
  content: "";
  display: block;
  height: 12px;
  margin-top: 0.35rem;
  background-image: var(--ornament-rule);
  background-repeat: no-repeat;
  background-position: left center;
}

html[data-era="empire"] .card {
  border: 3px double #8c7a5b;
}
