/*
Theme Name: Beaver Builder Child Theme - SJU
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... */ 


@font-face {
  font-family: 'SJU-Frutiger';
  src: url('fonts/frutigerltw01-67boldcn.eot?') format('eot'), 
       url('fonts/frutigerltw01-67boldcn.woff') format('woff'), 
       url('fonts/frutigerltw01-67boldcn.ttf') format('truetype'), 
       url('fonts/frutigerltw01-67boldcn.svg') format('svg');
}
@font-face {
  font-family: 'SJU-FrutigerBlack';
  src: url('fonts/frutigerltw01-75black.eot?') format('eot'), 
       url('fonts/frutigerltw01-75black.woff') format('woff'), 
       url('fonts/frutigerltw01-75black.ttf') format('truetype'), 
       url('fonts/frutigerltw01-75black.svg') format('svg');
}