/*
Theme Name:   VaDeDones
Description:  Tema fill
Author:       Joan
Author URL:   https://www.vadedones.com/
Template:     twentytwentyfive
Version:      1.0
License:      GNU General Public License v2 or later
//License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  VaDeDones
*/

/* Añade aquí tus estilos personalizados */

/* Tipografía Abril Fatface */
@font-face {
    font-family: "Abril Fatface";
    src: url('https://www.vadedones.com/fonts/Abril_Fatface/AbrilFatface-Regular.otf');
}
@font-face {
    font-family: "Lato";
    src: url('https://www.vadedones.com/fonts/lato/lato-regular.otf');
}
body{
	font-family: "Lato", sans-serif;
}

h1, h2, h3, h4, h5, h6{
	color: #b12532;
	font-family: "Abril Fatface", serif;
 	font-weight: 400;
 	font-style: normal;
}
h1 {font-size: 2em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.2em;}
a {
	outline:none;
}

.wp-block-template-part{
	background: linear-gradient(90deg,rgba(177, 37, 50, 1) 0%, rgba(117, 48, 105, 1) 100%);
	border-bottom: 1px solid #e5e5e5;
	text-transform: uppercase;
	font-weight: bold;
	padding:0 2em;
}

.wp-block-accordion-heading__toggle-title{
font-family: "Lato", sans-serif;
color: black;
padding:0px;
font-weight:bold;
}
.wp-block-accordion-heading__toggle-title a{ 
text-decoration:none;
}

.header-vadedones{
	background: linear-gradient(90deg,rgba(177, 37, 50, 1) 0%, rgba(117, 48, 105, 1) 100%);
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom:20px;
}
.wp-block-navigation{
	padding-bottom:5px;
}

.footer-vadedones h3{
	color: white;
	font-family: "Lato";
}
.footer-vadedones {
	color: white;
	background: linear-gradient(90deg,rgba(177, 37, 50, 1) 0%, rgba(117, 48, 105, 1) 100%);
	text-align: center;
}

.repertori a{
	font-weight:bold;
	text-decoration:none;
}

.wp-block-verse{
	color: #b12532;
	font-family: "Abril Fatface", serif;
 	font-weight: 400;
	text-align:center;
    font-size: xx-large;
	}
	
/* Estilo base del menú */
.menu-principal a {
	color: red;
	outline:none;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Estado hover */
.menu-principal a:hover {
  background-color: #efc789;
  padding:0 10px;
  color:#fff!important;
}