/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/* Fonts */

@font-face { font-family: 'Tecnia-Bold';
	src: 
url('https://museudegerri.cat/wp-content/themes/kadence-child/fonts/Tecnia-Bold.ttf') format('truetype');
font-weight: normal;
}
@font-face { font-family: 'Tecnia-Regular';
	src: 
url('https://museudegerri.cat//wp-content/themes/kadence-child/fonts/Tecnia-Regular.ttf') format('truetype');
font-weight: normal;
}
@font-face { font-family: 'Tecnia-Light';
	src: 
url('https://museudegerri.cat/wp-content/themes/kadence-child/fonts/Tecnia-Light.ttf') format('truetype');
font-weight: normal;
}
@font-face { font-family: 'TecniaStencil-Bold';
	src: 
url('https://museudegerri.cat/wp-content/themes/kadence-child/fonts/TecniaStencil-Bold.ttf') format('truetype');
font-weight: normal;
}
@font-face { font-family: 'TecniaStencil-Regular';
	src: 
url('https://museudegerri.cat/wp-content/themes/kadence-child/fonts/TecniaStencil-Regular.ttf') format('truetype');
font-weight: normal;
}
@font-face { font-family: 'TecniaStencil-Light';
	src: 
url('https://museudegerri.cat/wp-content/themes/kadence-child/fonts/TecniaStencil-Light.ttf') format('truetype');
font-weight: normal;
}

html *
{
   font-family: 'Tecnia-Regular' !important;
}

body, p, ul, li, header {    
     font-family: 'Tecnia-Regular', sans-serif;
}

h1, h2, h3, h4 {    
     font-family: 'Tecnia-Bold', sans-serif;
}

--global-heading-font-family

.stencil {
	font-family: 'TecniaStencil-Bold', sans-serif;
}

.type-post .entry-content-wrap {
    padding: 2rem !important;
}

/* Iframe */
iframe{
border:none;
}