
@font-face {
  font-family: "Cachet";
  src: url("/fonts/fontyourface/local_fonts/cachet_book/font.woff") format("woff"),
       url("/fonts/fonts/Cachet-Book.ttf") format("truetype");
}

@font-face {
  font-family: "Cachet Book";
  src: url("/fonts/fontyourface/local_fonts/cachet_book/font.woff") format("woff"),
       url("/fonts/fonts/Cachet-Book.ttf") format("truetype");
}


@font-face {
  font-family: "Cachet Light";
  src: url("/fonts/fontyourface/local_fonts/cachet_extra_light/font.woff") format("woff"),
       url("/fonts/fonts/Cachet-Extra-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Cachet Medium";
  src: url("/fonts/fontyourface/local_fonts/cachet_medium/font.woff") format("woff"),
       url("/fonts/fonts/Cachet-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Cachet Bold";
  src: url("/fonts/fontyourface/local_fonts/cachet_bold/font.woff") format("woff"),
       url("/fonts/fonts/Cachet-Bold.ttf") format("truetype");
}

h1, h2, h3, h4, h5, h6 { font-family:"Cachet Book"; }

.cachet-light { font-family: "Cachet Light"; }

.cachet-medium { font-family: "Cachet Medium"; }

.cachet-bold { font-family: "Cachet Bold"; }
