/*!
 *  Load in GT Pressura web font
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'pressura';
  src:  url('../fonts/GT-Pressura-Regular.woff') format('woff');
}
@font-face {
  font-family: 'pressura-bold';
  src:  url('../fonts/GT-Pressura-Bold.woff') format('woff');
}
@font-face {
  font-family: 'pressura-light';
  src:  url('../fonts/GT-Pressura-Light.woff') format('woff');
}