/*
Theme Name: Corgeut Adaptive Theme
Theme URI: https://example.com/corgeut
Author: Codex
Author URI: https://example.com
Description: Converted adaptive HTML pages into a WordPress theme with granular section controls.
Version: 1.0.0
Text Domain: corgeut
*/

.corgeut-page-sections {
    display: block;
}

[data-corgeut-section] {
    --corgeut-text-color: inherit;
    --corgeut-text-size: inherit;
}

[data-corgeut-section] :is(h1, h2, h3, h4, h5, h6, p, li, span, a, small, em, strong) {
    color: var(--corgeut-text-color, inherit) !important;
    font-size: var(--corgeut-text-size, inherit) !important;
}
