/*
Theme Name: SmyrnaCore Theme
Theme URI: https://www.smyrnacore.com
Author: SmyrnaCore
Author URI: https://www.smyrnacore.com
Description: Um tema moderno e interativo para Elementor, desenvolvido para empresas de tecnologia.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

body {
    background-color: #1A1A1A;
    color: #CB7A5D;
    font-family: 'Arial', sans-serif;
}

h1, h2, h3 {
    color: #CB7A5D;
}

button {
    background-color: #CB7A5D;
    color: #FFF;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #B15E42;
}
