/*
Theme Name: Etinion LMS Professional
Theme URI: https://example.com/etinion-lms-professional
Author: Your Name
Author URI: https://example.com
Description: Minimal companion theme built for the Etinion LMS plugin. Provides a blank canvas that defers layout, catalog, and checkout experiences to the plugin.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: etinion-lms-professional
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
Tags: blank, lms, elementor, minimal
*/

body {
  margin: 0;
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  background: #f8f8f8;
  color: #111;
}

.wp-site-blocks,
.site-wrapper {
  min-height: 100vh;
}
