/*
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
*/
@font-face {
    font-family: 'Myriad Pro Regular';
	src:
	  url('fonts/MyriadPro-Regular.woff2') format('woff2'),
	  url('fonts/MyriadPro-Regular.woff') format('woff');
	font-weight: normal;
}
@font-face {
font-family: 'ITC AGG Medium';
	src:
	  url('fonts/ITC-Avant-Garde-Gothic-Medium.woff2') format('woff2'),
	  url('fonts/ITC-Avant-Garde-Gothic-Medium.woff') format('woff');
	font-weight: normal;
}
@font-face {
	font-family: 'ITC AGG Bold';
	src: url('fonts/ITC-Avant-Garde-Gothic-Bold.woff2') format('woff2'),
		url('fonts/ITC-Avant-Garde-Gothic-Bold.woff') format('woff');
	font-weight: bold;
}
@font-face {
    font-family: 'ITC AGG CE Demi';
	src: 
		url('fonts/ITC-Avant-Garde-Gothic-CE-Demi.woff2') format('woff2'),
		url('fonts/ITC-Avant-Garde-Gothic-CE-Demi.woff') format('woff');
	font-weight: normal;
}
@font-face {
    font-family: 'ITC AGG CE Book';
	src: url('fonts/ITC-Avant-Garde-Gothic-CE-Book.woff2') format('woff2'),
		url('fonts/ITC-Avant-Garde-Gothic-CE-Book.woff') format('woff');
	font-weight: normal;
}
@font-face {
    font-family: 'Shree 0714';
	src:
		url('fonts/ShreeDev0714.woff2') format('woff2'),
		url('fonts/ShreeDev0714.woff') format('woff');
	font-weight: normal;
}

/* render textos */
.fl-page{
	text-rendering: optimizeLegibility;
	        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}
@view-transition {
  navigation: auto;
}