@font-face {
  font-family: 'Trim';
  src: url('../fonts/trim-bold-webfont.woff2') format('woff2'),
       url('../fonts/trim-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Trim';
  src: url('../fonts/trim-light-webfont.woff2') format('woff2'),
       url('../fonts/trim-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Trim';
  src: url('../fonts/trim-medium-webfont.woff2') format('woff2'),
       url('../fonts/trim-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Trim';
  src: url('../fonts/trim-regular-webfont.woff2') format('woff2'),
       url('../fonts/trim-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Trim';
  src: url('../fonts/trim-semibold-webfont.woff2') format('woff2'),
       url('../fonts/trim-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Trim';
  src: url('../fonts/trim-thin-webfont.woff2') format('woff2'),
       url('../fonts/trim-thin-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Trim Mono';
  src: url('../fonts/trimmono-regular-webfont.woff2') format('woff2'),
       url('../fonts/trimmono-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}