/*
Theme Name: Site Solar V2
Theme URI: https://example.com/site-solar-v2
Author: AI Agent
Author URI: https://example.com
Description: Um tema WordPress completo e funcional para empresas de energia solar.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: site-solar-v2
*/

/* Font Family Definitions */
body {
    margin: 0;
    font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
}

h1, h2, h3, h4, h5, h6,
.heading-font {
    font-family: 'ClashDisplay', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.display-font {
    font-family: 'Magnita', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/* Font Weight Classes */
.fw-light { font-weight: 300; }
.fw-normal { font-weight: 400; }
.fw-medium { font-weight: 500; }
.fw-bold { font-weight: 700; }

/* Specific Font Applications */
.hero-title,
.page-title,
.section-title {
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 700;
}

.navbar-brand,
.logo-text {
    font-family: 'Magnita', sans-serif;
    font-weight: 700;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

header {
    background: #f4f4f4;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.site-branding .site-title {
    margin: 0;
    font-size: 2em;
}

.site-branding .site-title a {
    text-decoration: none;
    color: #333;
}

.main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navigation li {
    display: inline-block;
    margin-left: 20px;
}

.main-navigation a {
    text-decoration: none;
    color: #555;
    font-weight: bold;
}

.site-content {
    padding: 20px 0;
}

article {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #eee;
    background: #fff;
}

.entry-header .entry-title {
    margin-top: 0;
}

.post-thumbnail img {
    max-width: 100%;
    height: auto;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

footer {
    background: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

footer a {
    color: #fff;
    text-decoration: none;
}

.social-links .dashicons {
    font-size: 24px;
    margin: 0 5px;
}

/* Form Styling */
form p {
    margin-bottom: 15px;
}

form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

form input[type="text"],
form input[type="number"],
form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

form input[type="submit"] {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1em;
}

form input[type="submit"]:hover {
    background-color: #45a049;
}

/* Admin Table Styling */
.wp-list-table {
    width: 100%;
    border-collapse: collapse;
}

.wp-list-table th,
.wp-list-table td {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: left;
}

.wp-list-table th {
    background-color: #f2f2f2;
}

.wp-list-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.wp-list-table tbody tr:hover {
    background-color: #f1f1f1;
}


