/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.1
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: https://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here...Remember to change the Version number above! */ 

/*
Lokale Google Fonts
Pfad: /wp-content/uploads/fonts/
*/

@font-face {
	font-family: "Caveat";
	src:
		url("/wp-content/uploads/fonts/Caveat-VariableFont_wght.woff2") format("woff2"),
		url("/wp-content/uploads/fonts/Caveat-VariableFont_wght.ttf") format("truetype");
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Figtree";
	src:
		url("/wp-content/uploads/fonts/Figtree-VariableFont_wght.woff2") format("woff2"),
		url("/wp-content/uploads/fonts/Figtree-VariableFont_wght.ttf") format("truetype");
	font-weight: 300 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Figtree";
	src:
		url("/wp-content/uploads/fonts/Figtree-Italic-VariableFont_wght.woff2") format("woff2"),
		url("/wp-content/uploads/fonts/Figtree-Italic-VariableFont_wght.ttf") format("truetype");
	font-weight: 300 900;
	font-style: italic;
	font-display: swap;
}

/*
Zusaetzliche Beaver-Builder-Auswahl als eigene Schriftfamilie.
Dadurch ist "Figtree Italic" direkt im Font-Dropdown waehlbar.
*/
@font-face {
	font-family: "Figtree Italic";
	src:
		url("/wp-content/uploads/fonts/Figtree-Italic-VariableFont_wght.woff2") format("woff2"),
		url("/wp-content/uploads/fonts/Figtree-Italic-VariableFont_wght.ttf") format("truetype");
	font-weight: 300 900;
	font-style: normal;
	font-display: swap;
}