/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://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: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* Add your custom styles here... */ 
@font-face {
font-family: 'Zawgyi-One';
src: url('fonts/Zawgyi-One.eot');
src: url('fonts/Zawgyi-One.woff') format('woff'), url('fonts/Zawgyi-One.ttf') format('truetype'), url('fonts/Zawgyi-One.svg') format('svg');
font-weight: normal;
font-style: normal;
}

p,h1,h2,h3,a,span,strong,b,div
{
font-family:'Zawgyi-One',Sans-Serif;
}

