/***********************************************/
/* Web font declarations go here. 
/*
/* One note, please use relative paths. When Drupal aggregates
/* the CSS, it will insert an absolute path automagically to the font files.
/* That's nice.
/*
/***********************************************/
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=6134cef7-5265-4a97-9213-88853a36f750");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,700");
@font-face {
  font-family: 'TscriptReg';
  src: url("../../fonts/ThirstyScriptRoughW01-One.eot");
  /* IE9*/
  src: url("../../fonts/ThirstyScriptRoughW01-One.eot?#iefix") format("embedded-opentype"), url("../../fonts/ThirstyScriptRoughW01-One.woff") format("woff"), url("../../fonts/ThirstyScriptRoughW01-One.ttf") format("truetype"), url("../../fonts/ThirstyScriptRoughW01-One.svg#ThirstyScriptMedium") format("svg");
  /* iOS 4.1- */
}
