/**
 * Tagweb - Custom font for Homefriends
 */

/* Cleanhouse font */
@font-face {
  font-family: 'Cleanhouse';
  src: url('../fonts/Cleanhouse.eot');
  src: url('../fonts/Cleanhouse.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Cleanhouse.woff2') format('woff2'),
       url('../fonts/Cleanhouse.woff') format('woff'),
       url('../fonts/Cleanhouse.ttf') format('truetype'),
       url('../fonts/Cleanhouse-1.svg#Homefriends') format('svg');
}

/* Typewriter font */
@font-face {
  font-family: 'itc-american-typewriter';
  src: url('../fonts/itc-american-typewriter.eot');
  src: url('../fonts/itc-american-typewriter.eot?#iefix') format('embedded-opentype'),
       url('../fonts/itc-american-typewriter.woff2') format('woff2'),
       url('../fonts/itc-american-typewriter.woff') format('woff'),
       url('../fonts/itc-american-typewriter.otf') format('opentype'),
       url('../fonts/itc-american-typewriter.ttf') format('truetype'),
       url('../fonts/itc-american-typewriter.svg#itc-american-typewriter') format('svg');
}