/*
 * Webfonts for kristasalmon.com
 */

/* @import must be at top of file, otherwise CSS will not work */
@import url('//hello.myfonts.net/count/274a2c');
@import url('//hello.myfonts.net/count/275b22');

/*@font-face{
  font-family:'TorinoURWD-Reg';
  src:url('../_fonts/274A2C_0_0.eot');
  src:url('../_fonts/274A2C_0_0.eot?#iefix') format('embedded-opentype'), url('../_fonts/274A2C_0_0.woff') format('woff'), url('../_fonts/274A2C_0_0.ttf') format('truetype');
}

@font-face{
  font-family:'FuturaBT-Book';
  src:url('../_fonts/275B22_0_0.eot');
  src:url('../_fonts/275B22_0_0.eot?#iefix') format('embedded-opentype'), url('../_fonts/275B22_0_0.woff') format('woff'), url('../_fonts/275B22_0_0.ttf') format('truetype');
}*/

@font-face {
  font-family: 'TorinoURWD-Reg';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('../_fonts/274A2C_0_0.woff') format('woff');
}

@font-face {
  font-family: 'FuturaBT-Book';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('../_fonts/275B22_0_0.woff') format('woff');
}
