/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/** _________________ GLOBAL _________________  */

:root{
	--black:#3C3C3B; 
	--orange:#EF774C; 
	--blanc:#FCFCFC; 
}


@font-face {
	font-family: 'Satochi';
	src: url('/wp-content/uploads/2025/12/Satoshi-Regular.woff2') format('woff2'),
		url('/wp-content/uploads/2025/12/Satoshi-Regular.woff') format('woff');
	font-weight: 300; 
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Satochi';
	src: url('/wp-content/uploads/2025/12/Satoshi-Bold.woff2') format('woff2'),
		url('/wp-content/uploads/2025/12/Satoshi-Bold.woff') format('woff');
	font-weight: 700; 
	font-style: normal;
	font-display: swap;
}


/** _________________ MENU  _________________  */

.menu .ct-menu-link {
	font-family : 'Satochi'!important;
	font-weight: 700!important;
}

.btn-menu {
	background: var(--black)!important;
	border-radius: 8px!important;
}

.btn-menu a {
		color: var(--blanc)!important;
		padding-left: 15px!important;
	padding-right: 15px!important;
	box-shadow: 0 20px 6px 0 rgba(0, 0, 0, 0.00), 0 13px 5px 0 rgba(0, 0, 0, 0.01), 0 7px 4px 0 rgba(0, 0, 0, 0.05), 0 3px 3px 0 rgba(0, 0, 0, 0.09), 0 1px 2px 0 rgba(0, 0, 0, 0.10)!important;
	

}

#menu-menu-principal.menu {
	height: 40px!important;
}

#header .ct-container {
	backdrop-filter: blur(6px)!important;
}
