/*
Theme Name: EstrelaBet Blog
Theme URI: https://estrelabet.bet.br
Author: EstrelaBet Growth | SEO
Author URI: https://estrelabet.bet.br
Description:Tema WordPress personalizado para o blog da EstrelaBet com funcionalidades avançadas de SEO, performance e UX.
Version: 2.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: estrelabet-blog
*/

/* Reset e estilos base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*                                      PRE-SETUP */
button {
    font-family: "Inter", sans-serif !important;
}
a {
    text-decoration: none !important;
    cursor: pointer !important;
 }
.yellow {
    color: var(--yellow);
}
.white {
    color: var(--white);
}
.inter-400 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
