/* Cinzel headings (Alegreya body comes from theme.font). PLACEHOLDER styling. */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&display=swap');

.md-typeset h1,
.md-typeset h2,
.md-typeset h3,
.md-typeset h4,
.md-typeset h5,
.md-typeset h6,
.md-header__title {
  font-family: "Cinzel", "Alegreya", serif;
  font-weight: 600;
}

/* Soft sky gradient behind the content.
   PLACEHOLDER — replace with a real sky image later. */
[data-md-color-scheme="default"] .md-main {
  background: linear-gradient(to bottom, #e1f5fe 0%, var(--md-default-bg-color) 45%);
}
[data-md-color-scheme="slate"] .md-main {
  background: linear-gradient(to bottom, #0d1b2a 0%, var(--md-default-bg-color) 45%);
}
