/*
Theme Name: EENET Blank Slate
Theme URI: 
Author: M.Everett
Author URI: 
Description: A completely blank WordPress theme for a clean slate.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eenet-blank-slate
*/

/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.site {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}