/*
Theme Name: Venenosa Portal
Theme URI: https://portalvenenosa.com.br
Author: Antigravity
Author URI: https://seuportal.com
Description: Tema para o Portal da Venenosa. Com foco total em compatibilidade com o Elementor Page Builder para edição total de home, cabeçalho e rodapé.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: venenosa
Tags: elementor, fofoca, blog, news, entertainment
*/

/* Reset e variáveis do tema que o Elementor poderá usar */
:root {
  --venenosa-pink: #FF00B2;
  --venenosa-blue: #0500FF;
  --venenosa-dark: #1A1A1A;
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}

body {
  font-family: var(--font-body);
  margin: 0;
  padding: 0;
  background-color: #FAFAFA;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--venenosa-dark);
}

a {
  text-decoration: none;
  color: var(--venenosa-pink);
}

a:hover {
  color: var(--venenosa-blue);
}
