/*
Theme Name: Compreprint Institucional
Theme URI: https://compreprint.com.br
Author: Sua Empresa
Author URI: https://compreprint.com.br
Description: Tema personalizado para gráfica Compreprint, compatível com Elementor.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: compreprint
*/

body {
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
    color: #000000;
    margin: 0;
}

a {
    color: #00AEEF;
    text-decoration: none;
}

.button {
    background-color: #00AEEF;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.button:hover {
    background-color: #EC008C;
}
