/*
Theme Name: ZYPLI
Theme URI: https://zypli.in
Author: ZYPLI Team
Author URI: https://zypli.in
Description: ZYPLI theme for IoT and smart energy solutions. Custom theme built from HTML designs.
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zypli
Tags: custom-menu, custom-logo, featured-images, threaded-comments, translation-ready
*/

/*
 * Base styles for ZYPLI theme
 */

/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

/* Link styles */
a {
    text-decoration: none;
    color: inherit;
}

/* Focus styles for accessibility */
*:focus {
    outline: 2px solid #007cba;
    outline-offset: 2px;
}

/* Basic layout */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
