<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: wp-simpletheme
Author: Jonathan Ross
Author URI: https://websmx.com
Description: The is a REALLY SIMPLE theme for use with WordPress Builders.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
html, body {
 margin:0;
 padding:0;
 font-size:1rem;
}
/* Add other CSS to the Customizer CSS for "realtime" results */
</pre></body></html>