/*!
Theme Name: Fotografische Werkstatt - Katharina
Theme URI: http://denkanross.de/
Author: denkanross
Author URI: http://denkanross.de
Description: Fotografische Werkstatt - Katharina Child Theme
Version: 1.0.0
Template: foto-werkstatt

*/



/* montserrat-regular - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local(''),
		url('_/fonts/montserrat-v24-latin-regular.woff2') format('woff2'),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
		url('_/fonts/montserrat-v24-latin-regular.woff') format('woff');
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-700 - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local(''),
		url('_/fonts/montserrat-v24-latin-700.woff2') format('woff2'),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
		url('_/fonts/montserrat-v24-latin-700.woff') format('woff');
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
	font-family: 'Cera Stencil';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local(''),
		url('_/fonts/cerastencilpro-regular-webfont.woff2') format('woff2'),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
		url('_/fonts/cerastencilpro-regular-webfont.woff') format('woff');
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-700 - latin */
@font-face {
	font-family: 'Cera Stencil';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local(''),
		url('_/fonts/cerastencilpro-thin-webfont.woff2') format('woff2'),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
		url('_/fonts/cerastencilpro-thin-webfont.woff') format('woff');
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


body{
	--fw-primary: #2d5b47;
	--fw-body-bg: #F6F8F8;

	--fw-body-font-family: 'Montserrat', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
	--fw-headings-font-family: 'Cera Stencil', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;

	--fw-headings-font-weight: 400;

	--fw-header-height: 100px;
	--fw-header-height-sticky: 75px;

	--fw-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' x='0' y='0' version='1.1' viewBox='0 0 75 60'%3E%3Cpath fill='%232d5b47' d='M75 0H0l8 6h61.5v54h6V0z'/%3E%3C/svg%3E");

}

@media (min-width: 768px) {
  body {
	--fw-header-height: 150px;
	--fw-header-height-sticky: 75px;
  }
}

footer .o-home-link {
	max-width: 250px;
}

h1{
	text-transform: uppercase;
	font-weight: 300;
}

h1 strong{
	font-weight: 400;
}

@media (min-width: 1200px) {
	h1{
		font-size: 2.5rem;
	}
}
