/*
Theme Name: Burger Boss Custom
Theme URI: https://www.strongmtn.com
Version: 1.1
Description: Custom theme for Burger Boss
Author: Strong Mountain
Author URI: https://www.strongmtn.com
template: bb-theme
*/

/* Add your custom styles here... */ 
@font-face {
	font-family: 'third_railregular';
	src: url('/wp-content/themes/burgerboss-theme/fonts/third_rail-webfont.eot');
	src: url('/wp-content/themes/burgerboss-theme/fonts/third_rail-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/wp-content/themes/burgerboss-theme/fonts/third_rail-webfont.woff2') format('woff2'),
		 url('/wp-content/themes/burgerboss-theme/fonts/third_rail-webfont.woff') format('woff'),
		 url('/wp-content/themes/burgerboss-theme/fonts/third_rail-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: auto;
}

h1.third-rail, h2.third-rail, h3.third-rail, .third-rail {
	font-family: 'third_railregular';
	font-weight: normal;
	font-style: normal;
	font-display: auto;
}