/* Report-specific overrides for pandoc-rendered content.
   docs_style.css provides the full Menon foundation (tokens, nav, layout).
   This file adds overrides specific to the markdown report format. */

/* Pandoc title block — title is already styled by h1 in docs_style.css */
header#title-block-header {
    margin-bottom: 2em;
}

/* Pandoc generates <em> for date metadata — style it as subtitle */
header#title-block-header + p > em:only-child {
    color: var(--menon-text-tertiary);
    font-size: var(--menon-text-small);
}
