/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.0
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! */ 

@font-face {
	font-family: 'Akrobat';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/Akrobat-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Akrobat';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/Akrobat-Light.woff') format('woff');
}

@font-face {
	font-family: 'Akrobat';
	font-style: normal;
	font-weight: 200;
	src: url('fonts/Akrobat-ExtraLight.woff') format('woff');
}

@font-face {
	font-family: 'Akrobat';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/Akrobat-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Akrobat';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/Akrobat-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Akrobat';
	font-style: normal;
	font-weight: 800;
	src: url('fonts/akrobat-extrabold-webfont.woff') format('woff');
}

@font-face {
	font-family: 'Akrobat';
	font-style: normal;
	font-weight: 900;
	src: url('fonts/Akrobat-Black.woff') format('woff');
}