 /* Agregar la fuente Bree Serif desde Google Fonts con todos los pesos disponibles */
 @import url('https://fonts.googleapis.com/css2?family=Bree+Serif:wght@100;200;300;400;500;600;700;800;900&display=swap');


 @font-face {
     font-family: 'breelight';
     src: url('breelight-webfont.woff2') format('woff2'),
         url('breelight-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;

 }


 @font-face {
     font-family: 'fontananegraitalicaregular';
     src: url('fontane2-webfont.woff2') format('woff2'),
         url('fontane2-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;

 }




 @font-face {
     font-family: 'fontananegraregular';
     src: url('fontaneg-webfont.woff2') format('woff2'),
         url('fontaneg-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;

 }




 @font-face {
     font-family: 'fontanatextoitalicaregular';
     src: url('fontatit-webfont.woff2') format('woff2'),
         url('fontatit-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;

 }




 @font-face {
     font-family: 'fontanatituloregular';
     src: url('fontatx2-webfont.woff2') format('woff2'),
         url('fontatx2-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;

 }




 @font-face {
     font-family: 'fontanatextokernregular';
     src: url('fontatxt-webfont.woff2') format('woff2'),
         url('fontatxt-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;

 }




 @font-face {
     font-family: 'fontanaversalitaregular';
     src: url('fontaver-webfont.woff2') format('woff2'),
         url('fontaver-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;

 }

 body {
     font-family: 'Bree Serif', sans-serif;
 }

 p,
 a,
 button{
     font-family: 'breelight', sans-serif !important;
 }


 /* Fontane Negra Itálica Regular */
 .fontane-negra-italic-regular {
     font-family: 'fontananegraitalicaregular' !important;
 }

 /* Fontane Negra Regular */
 .fontane-negra-regular {
     font-family: 'fontanegraregular' !important;
 }

 /* Fontane Texto Itálica Regular */
 .fontane-texto-italic-regular {
     font-family: 'fontanatextoitalicaregular' !important;
 }

 /* Fontane Título Regular */
 .fontane-titulo-regular {
     font-family: 'fontanatituloregular' !important;
 }

 /* Fontane Texto Kern Regular */
 .fontane-texto-kern-regular {
     font-family: 'fontanatextokernregular' !important;
 }

 /* Fontane Versalita Regular */
 .fontane-versalita-regular {
     font-family: 'fontanaversalitaregular' !important;
 }

 .vcc-rojo {
     color: #d77878 !important;
 }

 .vcc-azul {
     color: #1d649b !important;
 }

 .vcc-rosa
 {
    color: #d55d60!important;
 }

 .vcc-amarillo
 {
    color:#eedc35!important;
 }
 .spacing{
    letter-spacing: 8px;
 } .spacing-2{
    letter-spacing: 1px;
 }