/*
Theme Name: Nascon
Theme URI: https://nascon.com
Author: Nascon
Description: A simple WordPress theme for Nascon
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: nascon
*/

/* Simple minimal CSS */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
}

.site {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.site-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.site-title {
    font-size: 2em;
    font-weight: bold;
}

.site-main {
    min-height: 60vh;
}

.post {
    margin-bottom: 40px;
}

.entry-title {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.entry-content {
    margin-bottom: 20px;
}

.site-footer {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 40px;
    text-align: center;
}
