/* Template Name: Profil Art */

@font-face {
  font-family: Signika;
  src: url(fonts/signika-regular.otf); /* Pretty Modern Browsers */
}

@font-face {
  font-family: SignikaLight;
  src: url(fonts/signika-light.otf); /* Pretty Modern Browsers */
}

@font-face {
  font-family: SignikaSemiBold;
  src: url(fonts/signika-semibold.otf); /* Pretty Modern Browsers */
}

@font-face {
  font-family: SignikaBold;
  src: url(fonts/signika-bold.otf); /* Pretty Modern Browsers */
}

a, p, span, li{ 
	font-family: Tahoma, sans-sarif;
	color: #414A54;
}

h1, h2, h3, h4, h5, h6{ 
	font-family: Signika, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color:#414A54;
}

h1{
	font-size:32px;
	line-height:110%;
	margin-bottom:30px;
}

h2{ 
	font-size:28px;
	line-height:110%;
}

h3{ 
	font-size:18px;
	line-height:140%;
}

body{ overflow-x:hidden; }
.wpcf7-response-output{ font-size:12px; }