/*
Theme Name: ELMoro Knowledge Hub
Theme URI: https://elmoro.id
Author: ELMoro Digital
Author URI: https://elmoro.id
Description: A Practical Premium Block Theme for ELMoro, based on the theme.json editorial system.
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
Version: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elmoro
Tags: block-theme, full-site-editing, custom-background, post-formats, education
*/

/*
 * This is a block theme. All styles are generated via theme.json.
 * Any custom CSS overrides should be kept sparse and added here only when theme.json is insufficient.
 */

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Base constraints to avoid eye-strain per brief */
.wp-site-blocks > * > * {
    max-width: 65ch;
    margin-left: auto;
    margin-right: auto;
}

.alignwide {
    max-width: 1000px;
}

.alignfull {
    max-width: none;
}
