/* frame-flat — Clean flat canvas, no shadows, no gradients, no section rounding.
   Migrated from TemplateD. */

/* Expose footer colors so the powered-by attribution can match */
:root {
    --footer-bg: var(--section-bg-canvas);
    --footer-text: var(--primary-color);
}

.tenant-theme.templated,
.tenant-theme.templated .footer-content,
.tenant-theme.templated .services-content,
.tenant-theme.templated .section {
    background: var(--section-bg-canvas);
    background-image: none;
    box-shadow: none;
}

body.tenant-site, html {
    background: var(--section-bg-canvas);
    background-image: none;
}

/* Utility classes (te- prefix = template-engine scoped) */
.te-text-center {
    text-align: center;
}
