/* 

	Theme Name: Image Generator child
	Version: 1.0
	Author: Context - creative studio 
	Template: ig
	
*/

/* -----------------------------------
	CHILD CSS
------------------------------------- */


/* WEBFONTS */
@font-face {
  font-family: "Wremena";
  src: url("/2023/2022/assets/themes/ig-child/fonts/Wremena-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: "Wremena";
  src: url("/2023/2022/assets/themes/ig-child/fonts/Wremena-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal; 
}

@font-face {
  font-family: "Wremena";
  src: url("/2023/2022/assets/themes/ig-child/fonts/Wremena-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; 
}

body .dark-style {
	color: rgba(255,255,255,0)!important;
}

#hero {
	margin-bottom: 40px;
}

.lang {
	font-size: 75%!important;
}
#footer {
	font-size: 75%!important;
	background-color: #000!important;
	color: #fff!important;
	margin-top: 50px;
}

#footer a {
	color: #fff!important;
	text-decoration-color: #fff!important;
}
img.h-logo {
	max-width: 400px!important;
	margin-bottom: 40px;
}

nav#main-nav > ul > li {
    margin: 0 15px!important;
}