@font-face {
  font-family: 'GreyCliff';
  src: url('greycliff-cf.woff2') format('woff2'),
       url('greycliff-cf.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'GreyCliff';
  src:  url('greycliff-cf-italic.woff2') format('woff2'),
        url('greycliff-cf-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'GreyCliff';
  src: url('greycliff-cf-heavy.woff2') format('woff2'),
       url('greycliff-cf-heavy.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'GreyCliff';
  src:  url('greycliff-cf-heavy-italic.woff2') format('woff2'),
        url('greycliff-cf-heavy-italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}