/*---------------------------------------------------------------------------------

	Theme Name: BPK
    Text Domain: chaplin
	Template: chaplin
	Version: 1
	Description: ...
	Author: Andreas Zimmermann

-----------------------------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Modal: Menu
	6. 	Modal: Search
	7. 	Page Templates
		a. 	Template: Cover Template
		b. 	Template: Only Content
		c. 	Template: Full Width
		d.	Template: Full Width with Only Content
	8. Post: Archive
	9. Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. WooCommerce
	16. Widgets
	17. Site Footer
	18. Media Queries

----------------------------------------------------------------------------------- */


/* Fonts */
/* merriweather-regular - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/merriweather-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('assets/fonts/merriweather-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('assets/fonts/merriweather-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	   url('assets/fonts/merriweather-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
	   url('assets/fonts/merriweather-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('assets/fonts/merriweather-v28-latin-regular.svg#Merriweather') format('svg'); /* Legacy iOS */
}
/* merriweather-700 - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/merriweather-v28-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('assets/fonts/merriweather-v28-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('assets/fonts/merriweather-v28-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	   url('assets/fonts/merriweather-v28-latin-700.woff') format('woff'), /* Modern Browsers */
	   url('assets/fonts/merriweather-v28-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('assets/fonts/merriweather-v28-latin-700.svg#Merriweather') format('svg'); /* Legacy iOS */
}

:root {
	/* Typography */
	--headings-font: 'Merriweather', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, .faux-heading {
	font-family: 'Merriweather', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;;
}

/* Links */
.color-accent, .color-accent-hover:hover, :root .has-accent-color, a, .is-style-outline .wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline {
	color: #96a2a9;
}
.link-dark a {
	color: #274655;
}
/* Panel */
.panel {
	padding: 2rem;
}

.panel h2,
.panel strong,
.panel p {
	color: white;
}
.panel h2 {
	color: #274655;
}
.panel-1 {
	background: #4085c4;
}
.menu-1 {
	border-left: 4px solid #4085c4;
}
.panel-2 {
	background: #d85c58;
}
.menu-2 {
	border-left: 4px solid #d85c58;
}
.panel-3 {
	background: #98caca;
}
.menu-3 {
	border-left: 4px solid #98caca;
}
.panel-4 {
	background: #e8c76c;
}
.menu-4 {
	border-left: 4px solid #e8c76c;
}
.panel .wp-block-button__link {
	background-color: rgba(255, 255, 255, 0.6);
	color: #082d52;
}
.panel .wp-block-button__link:hover {
	background-color: rgba(255, 255, 255, 1);
}
/* Block Media Text */
.wp-block-media-text {
	background-color: #f3f1f2;
}

