/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


:root {
	--cnvs-body-font:	"Aref Ruqaa Ink", serif;
	--cnvs-primary-font:	"Aref Ruqaa Ink", serif;
	--cnvs-secondary-font:	"Cormorant", serif;
	--cnvs-themecolor: #0A3A51;
	--cnvs-themecolor-rgb: 10, 58, 81;
	font-family: "Aref Ruqaa Ink", serif;
	font-weight: 400;
	font-style: normal;
}

.menu-link,
.mega-menu-style-2 .mega-menu-title > .menu-link { font-family: "Aref Ruqaa Ink", serif !important; font-weight: bold; font-weight: 900;}
.FontCambiato { font-family: "Aref Ruqaa Ink", serif !important; color:#0A3A51; }


.FontColore {color:#167A6D; }


:root p{
	color:#0A3A51;
	font-family: "Aref Ruqaa Ink", serif;
  font-weight: 400;
  font-style: normal;
}
:root h1{
	color:#167A6D;
	font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
:root h2{
	color:#167A6D;
	font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
:root h3{
	color:#0A3A51;
	font-family: "Cormorant", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
:root h4{
	color:#0A3A51;
	font-family: "Cormorant", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

:root li{
	color:#0A3A51;
	font-family: "Aref Ruqaa Ink", serif;
  font-weight: 400;
  font-style: normal;
}

.imagefixed {
position: fixed;
top: 70px;
left: 0;
width: 50%;
overflow-x: hidden;
outline: 0;
}
