/*
 * TotalDesign article typography compatibility.
 *
 * The production Elementor single-post template historically inherits its
 * article-title family from the site kit. The canonical kit used Roboto for
 * primary headings; keep that contract stable even when surrounding component
 * styles introduce their own font stacks.
 */
body.single-post .elementor-widget-theme-post-title .elementor-heading-title,
body.single-post h1.entry-title {
    font-family: "Roboto", Arial, sans-serif !important;
}
