/**
 * Framework: Super-Fast
 * File: stile-variabili-titolopagetitle.css
 * Aggiornato al: 16-10-2024
 * Incluso da: css-lista-common.php
 * Funzione: contiene le variabili base del titolo pagina / pagetitle
 */

:root {

/**
 * TITOLOPAGINA NUMERI * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 */

	--titolopagina-marginbottom: 2em;

	--titolopagina-form01-pretitolo-fontsize: 15px;
	--titolopagina-form01-titolo-fontsize: 34px;
	--titolopagina-form01-sottotitolo-fontsize: 20px;

	--titolopagina-form01-pretitolo-margin-bottom: 2.5em;
	--breadcrumbs-titolopagina-marginbottom: 2.3em;
	--breadcrumbs-pagetitle-margintop: 2.3em;
	--titolopagina-form01-sottotitolo-margin-top: 1.25em;
	--titolopagina-form01-pulsantebase-sotto-titolo-margintop: 0.94em;
	--titolopagina-form01-pulsantebase-sotto-sottotitolo-margintop: 2.5em;
	--titolopagina-form01-pulsantebase-marginbottom: 1.25em;

	--titolopagina-lineheight: 1.25;

/**
 * TITOLOPAGINA STILE * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 */

 --titolopagina-form01-pretitolo-fontfamily: var(--ff-ptt);
 --titolopagina-form01-titolo-fontfamily: var(--ff1);
 --titolopagina-form01-sottotitolo-fontfamily: var(--ff-stt);
 
 --titolopagina-form01-pretitolo-fontweight: bold;
 --titolopagina-form01-titolo-fontweight: normal;
 --titolopagina-form01-sottotitolo-fontweight: normal;

 --titolopagina-form01-pretitolo-colore: var(--col2);
 --titolopagina-form01-titolo-colore: var(--col1);
 --titolopagina-form01-sottotitolo-colore: var(--grigiomedio);

 --titolopagina-form01-pretitolo-textransform: uppercase;
 --titolopagina-form01-titolo-textransform: none; /*/*none*/
 --titolopagina-form01-sottotitolo-textransform: none;

	--titolopagina-archivio-form01-titolo-textransform: none;
	--titolopagina-archivio-form01-titolo-fontweight: normal;

  --h1-fontsize: var(--titolopagina-form01-titolo-fontsize);
  --h2-fontsize: 30px;
  --h3-fontsize: 26px;
  --h4-fontsize: 22px;
  --h5-fontsize: 19px;
  --h6-fontsize: 16px;

/**
 * TITOLOPAGINA SFUMATO
 */

	/* --titolopagina-sfumatura-background: -webkit-linear-gradient(45deg, var(--col1), var(--col2) ); /* = sfumatura */
	--titolopagina-sfumatura-background: none; /* colore normale */

	/* --titolopagina-sfumatura-webkit-text-fill-color: transparent; /* sfumatura */
	--titolopagina-sfumatura-webkit-text-fill-color: none; /* colore normale */

} /* Fine :root */



/*
DISATTIVATO QUI E IN STYLE-VARIABILI.CSS
h1,h2,h3,h4,h5,h6 {font-family:var(--titoli-h1h6-fontfamily)!important;}
*/

/**
 * Titoli con variabile viewport
 * Valido per DT e MB
 * Funziona anche con i titoli Gutenberg
 */
h2, .h2.wp-block-heading { font-size: calc( var(--h2-fontsize) * var(--vpx) ); }
h3, .h3.wp-block-heading { font-size: calc( var(--h3-fontsize) * var(--vpx) ); }
h4, .h4.wp-block-heading { font-size: calc( var(--h4-fontsize) * var(--vpx) ); }
h5, .h5.wp-block-heading { font-size: calc( var(--h5-fontsize) * var(--vpx) ); }
h6, .h6.wp-block-heading { font-size: calc( var(--h6-fontsize) * var(--vpx) ); }
