/*
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... */ 
.ja_title {
	background: #ffffff;
	border-bottom: 4px solid #a62440;
	color: #a62440;
}

@font-face {
  font-family: 'franklin-gothic';
  src: url('https://www.mercadien.com/wp-content/themes/bb-theme-child/fonts/FranklinGothic-DemiCmpr.woff') format('woff'), 
		url('https://www.mercadien.com/wp-content/themes/bb-theme-child/fonts/FranklinGothic-DemiCmpr.ttf')  format('truetype'), 
		url('https://www.mercadien.com/wp-content/themes/bb-theme-child/fonts/FranklinGothic-DemiCmpr.svg#FranklinGothic-DemiCmpr') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'league-gothic';
    src: url('https://www.mercadien.com/wp-content/themes/bb-theme-child/fonts/leaguegothic-regular-webfont.woff2') format('woff'),
		url('https://www.mercadien.com/wp-content/themes/bb-theme-child/fonts/leaguegothic-regular-webfont.woff2') format('woff2'),
		url('https://www.mercadien.com/wp-content/themes/bb-theme-child/fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('https://www.mercadien.com/wp-content/themes/bb-theme-child/fonts/leaguegothic-regular-webfont.svg#leaguegothic-regular-webfont') format('svg'),
		url('https://www.mercadien.com/wp-content/themes/bb-theme-child/fonts/leaguegothic-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'league-gothicitalic';
    src: url('https://www.mercadien.com/wp-content/themes/bb-theme-child/fonts/leaguegothic-italic-webfont.woff2') format('woff2'),
         url('https://www.mercadien.com/wp-content/themes/bb-theme-child/fonts/leaguegothic-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}