/*
Theme Name: LuxThemesPro Minimal
Theme URI:  https://luxthemes.net/luxthemespro-minimal
Author:     LuxThemesPro
Author URI: https://luxthemes.net
Description: A minimal, blank-canvas style theme for the LuxThemesPro Builder plugin. 
Version: 1.0
Text Domain: luxthemespro-minimal
License: GPLv2 or later
*/

html, body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  overflow-x: hidden;
}

/* Basic container for demonstration */
.site-container {
  margin: 0 auto;
}

/* Example: if user picks “Boxed layout,” we might add a background here. 
   You can handle it in inline styles from PHP, or do it here. */
