/**
 * @link http://gorout.com
 * @author Thomas S. Butler (tbutler@gorout.com) - Lead Developer for Repetix, LLC 
 * @copyright 2014 - 2017, All Rights Reserved. GoRout, Repetix, LLC.
 * @abstract: This file contains the main CSS style overrides.
 */

/* Load Fonts Locally */

@font-face {
  font-family: 'bebas-neue-regular';
  src: url("../fonts/bebas-neue-regular.eot");
  src: local('bebas-neue-regular'), url('../fonts/bebas-neue-regular.ttf'),
  local('bebas-neue-regular'), url('../fonts/bebas-neue-regular.woff') format('woff');
}
@font-face {
  font-family: 'bebas-neue-bold';
  src: url("../fonts/bebas-neue-bold.eot");
  src: local('bebas-neue-bold'), url('../fonts/bebas-neue-bold.ttf'),
  local('bebas-neue-bold'), url('../fonts/bebas-neue-bold.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), url('../fonts/Roboto-Regular.woff2') format('woff2'), 
  local('Roboto-Regular'), url('../fonts/Roboto-Regular.woff') format('woff');
}
@font-face {
  font-family: 'RobotoLight';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), url('../fonts/Roboto-Light.woff2') format('woff2'), 
  local('Roboto-Light'), url('../fonts/Roboto-Light.woff') format('woff');
}
@font-face {
  font-family: 'RobotoMedium';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), url('../fonts/Roboto-Medium.woff2') format('woff2'), 
  local('Roboto-Medium'), url('../fonts/Roboto-Medium.woff') format('woff');
}
@font-face {
  font-family: 'RobotoBold';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), url('../fonts/Roboto-Bold.woff2') format('woff2'), 
  local('Roboto-Bold'), url('../fonts/Roboto-Bold.woff') format('woff');
}
@font-face {
  font-family: 'RobotoBlack';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), url('../fonts/Roboto-Black.woff2') format('woff2'), 
  local('Roboto-Black'), url('../fonts/Roboto-Black.woff') format('woff');
}
@font-face {
  font-family: 'Quantico';
  font-style: normal;
  font-weight: 700;
  src: local('Quantico'), url(../fonts/Quantico.woff2) format('woff2'),
  local('Quantico'), url('../fonts/Quantico.woff') format('woff');
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.ttf');
}
@font-face {
    font-family: 'Raleway-bold';
    src: url('../fonts/Raleway-Bold.ttf');
}
@font-face {
    font-family: 'Raleway-semibold';
    src: url('../fonts/Raleway-SemiBold.ttf');
}
@font-face {
    font-family: 'Raleway-light';
    src: url('../fonts/Raleway-Light.ttf');
}
@font-face {
    font-family: 'Raleway-thin';
    src: url('../fonts/Raleway-Thin.ttf');
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Regular.ttf');
}
@font-face {
    font-family: 'OpenSans-bold';
    src: url('../fonts/OpenSans-Bold.ttf');
}
@font-face {
    font-family: 'OpenSans-semibold';
    src: url('../fonts/OpenSans-Semibold.ttf');
}
@font-face {
    font-family: 'OpenSans-light';
    src: url('../fonts/OpenSans-Light.ttf');
}
@font-face {
    font-family: 'Framework7 Icons';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Framework7Icons-Regular.eot");
    src: local('Framework7 Icons'),
     local('Framework7Icons-Regular'),
     url("../fonts/Framework7Icons-Regular.woff2") format("woff2"),
     url("../fonts/Framework7Icons-Regular.woff") format("woff"),
     url("../fonts/Framework7Icons-Regular.ttf") format("truetype"),
     url("../fonts/Framework7Icons-Regular.svg") format("svg");
}
.f7-icons, .framework7-icons {
    font-family: 'Framework7 Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    font-feature-settings: "liga";
}

/* Custom Icons (Fontello) */
.gr-icon {
    font-family: "fontello" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /*
    speak: none;
    -webkit-filter: blur(0); 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    */
}


