/*
Theme Name: ls-theme
Theme URI: https://example.com/ls-theme
Author: ls-co
Author URI: https://example.com
Description: ls-co
Version: 1.0
Text Domain: ls-theme
*/

/* Base layout */
body {
    margin: 0;
    padding: 0;
    font-family: system-ui, sans-serif;
    line-height: 1.6;
}

/* Container */
.site {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
}

/* Sections */
.header, .content, .footer {
    padding: 20px 0;
}

/* Links */
a {
    color: #0073aa;
}
a:hover {
    color: #005177;
}









