/*
Theme Name: Cruise Labs
Theme URI: http://www.cruiselabs.net
Version: 1.0
Description: Theme made for Cruise Labs
Author: Cruise Labs
Author URI: http://www.cruiselabs.net
template: bb-theme
*/

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


@font-face {
  font-family: "CruiseLabs";
  src: url(fonts/CruiseLabs-Book.otf);
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "CruiseLabs";
  src: url(fonts/CruiseLabs-Regular.otf);
  font-weight: 400;
  font-style: normal; }

  @font-face {
  font-family: "CruiseLabs";
  src: url(fonts/CruiseLabs-Roman.otf);
  font-weight: 500;
  font-style: normal; }

  @font-face {
  font-family: "CruiseLabs";
  src: url(fonts/CruiseLabs-Medium.otf);
  font-weight: 600;
  font-style: normal; }

  @font-face {
  font-family: "CruiseLabs";
  src: url(fonts/CruiseLabs-Bold.otf);
  font-weight: 700;
  font-style: normal; }


body, p, a, h1, h2, h3, h4, h5, h6 {  font-family: "CruiseLabs"; }