/* Cachet Bold Font */
@font-face {
  font-family: 'Cachet';
  src: url('cachet-bold-webfont.eot');
  src: url('cachet-bold-webfont.eot?#iefix') format('embedded-opentype'), url('CachetBold.woff2') format('woff2'),
    url('cachet-bold-webfont.woff') format('woff'), url('cachet-bold-webfont.ttf') format('truetype'),
    url('cachet-bold-webfont.svg#cachetbold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Cachet Book Font */
@font-face {
  font-family: 'Cachet';
  src: url('cachet-book-webfont.eot');
  src: url('cachet-book-webfont.eot?#iefix') format('embedded-opentype'), url('CachetBook.woff2') format('woff2'),
    url('cachet-book-webfont.woff') format('woff'), url('cachet-book-webfont.ttf') format('truetype'),
    url('cachet-book-webfont.svg#cachetbook') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Cachet Medium Font */
@font-face {
  font-family: 'Cachet';
  src: url('cachet-medium-webfont.eot');
  src: url('cachet-medium-webfont.eot?#iefix') format('embedded-opentype'), url('CachetMedium.woff2') format('woff2'),
    url('cachet-medium-webfont.woff') format('woff'), url('cachet-medium-webfont.ttf') format('truetype'),
    url('cachet-medium-webfont.svg#cachetmedium') format('svg');
  font-weight: 500; /* 500 is typically used for medium weight */
  font-style: normal;
  font-display: swap;
}
