@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i');

/**
 * Pangram
 */
@font-face {
  font-family: 'Pangram';
  src: url('../fonts/pangram-extralight-webfont.woff2') format('woff2'),
  url('../fonts/pangram-extralight-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Pangram';
  src: url('../fonts/pangram-light-webfont.woff2') format('woff2'),
  url('../fonts/pangram-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Pangram';
  src: url('../fonts/pangram-regular-webfont.woff2') format('woff2'),
  url('../fonts/pangram-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Pangram';
  src: url('../fonts/pangram-medium-webfont.woff2') format('woff2'),
  url('../fonts/pangram-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Pangram';
  src: url('../fonts/pangram-bold-webfont.woff2') format('woff2'),
  url('../fonts/pangram-bold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Pangram';
  src: url('../fonts/pangram-extrabold-webfont.woff2') format('woff2'),
  url('../fonts/pangram-extrabold-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Pangram';
  src: url('../fonts/pangram-black-webfont.woff2') format('woff2'),
  url('../fonts/pangram-black-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

/**
 * Noe
 */
@font-face {
  font-family: 'Noe Display';
  src: url('../fonts/noe-display-medium.woff2') format('woff2'),
  url('../fonts/noe-display-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Noe Display';
  src: url('../fonts/noe-display-medium-italic.woff2') format('woff2'),
    url('../fonts/noe-display-medium-italic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Noe Display';
  src: url('../fonts/noe-display-bold.woff2') format('woff2'),
  url('../fonts/noe-display-bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Noe Display';
  src: url('../fonts/noe-display-bold-italic.woff2') format('woff2'),
    url('../fonts/noe-display-bold-italic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
