/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* 
--------------------------------------------
Abstand nach Video 0 statt 17px
----------------------------------------------
*/

.wp-block-video{
	margin-bottom: 0px;
}



/* 
-------------------------------------
Gutenberg Editor Breite beim Bearbeiten
-------------------------------------
*/
 .wp-block {
   margin: 0 auto;
   max-width: 1240px;
 }

/*
--------------------------------------------------------------------------------
FONTS auf dem Server /wp-content/themes/generatepress_child/fonts/
--------------------------------------------------------------------------------

@font-face {
	font-family: 'AMBIENT';
	src:	url('fonts/AMBIENT.woff2') format('woff2'),
			url('fonts/AMBIENT.woff') format('woff'),
			url('fonts/AMBIENT.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AMBIENT';
	src:	url('fonts/AMBIENT.woff2') format('woff2'),
			url('fonts/AMBIENT.woff') format('woff'),
			url('fonts/AMBIENT.ttf')  format('truetype');
	font-weight: 400;
	font-style: normal;
}


h1 {
	font-family: 'AMBIENT';
}

h2 {
	font-family: 'AMBIENT';
}

h3 {
	font-family: 'AMBIENT';
}

h4 {
	font-family: 'AMBIENT';
} 
*/