
/*
 Theme Name: Voltzen Astra Child
 Theme URI: https://voltzen.com.br/
 Author: Voltzen
 Author URI: https://voltzen.com.br/
 Description: Child theme do Astra com paleta Voltzen e botão de Login configurável no menu. Editável via Personalizar (header builder) e páginas via Gutenberg/Elementor.
 Template: astra
 Version: 1.0.0
 Text Domain: voltzen-astra-child
*/

:root{
  --vz-blue: #1976D2;
  --vz-green: #C7D300;
  --vz-black: #111111;
  --vz-text: #1c1d22;
}

.site-header a, .main-header-menu a{ font-weight:600 }
.ast-primary-header-bar{ border-bottom:1px solid #e9ecef }
.ast-button, .menu-toggle{ border-radius:12px }
.vz-login-btn a{
  background: var(--vz-blue) !important;
  color: #fff !important;
  border-radius: 12px;
  padding: 8px 14px !important;
}
