/*!
 * Fonts
 */


/*  Tungsten Narrow: Book */
@font-face {
  font-family: 'tungsten-narrow';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/TungstenNarrow-Book.woff2") format("woff2"), 
       url("../fonts/TungstenNarrow-Book.woff") format("woff");
  }

/*  Tungsten Narrow: Medium */
@font-face {
  font-family: 'tungsten-narrow';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/TungstenNarrow-Medium.woff2") format("woff2"), 
       url("../fonts/TungstenNarrow-Medium.woff") format("woff");
  }


/* Lora: Regular */
@font-face {
  font-family: 'lora';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Lora-Regular.woff2") format("woff2"), 
       url("../fonts/Lora-Regular.woff") format("woff");
  }

/* Lora: Italic */
@font-face {
  font-family: 'lora';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Lora-Italic.woff2") format("woff2"), 
       url("../fonts/Lora-Italic.woff") format("woff");
  }

/* Lora: Bold */
@font-face {
  font-family: 'lora';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Lora-Bold.woff2") format("woff2"), 
       url("../fonts/Lora-Bold.woff") format("woff");
  }

/* Lora: Bold Italic */
@font-face {
  font-family: 'lora';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Lora-BoldItalic.woff2") format("woff2"), 
       url("../fonts/Lora-BoldItalic.woff") format("woff");
  }

