@font-face {
  font-family: 'Forrest';
  src: url('./forrest-bold.otf') format('opentype'),
       url('./forrest-bold.woff') format('woff');
  font-weight: bold;
}

@font-face {
  font-family: 'Forrest';
  src: url('./forrest-bolditalic.otf') format('opentype'),
       url('./forrest-bolditalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}


@font-face {
  font-family: 'Forrest';
  src: url('./forrest-extrabold.otf') format('opentype'),
    url('./forrest-extrabold.woff') format('woff');
  font-weight: 900;
}

@font-face {
  font-family: 'Forrest';
  src: url('./forrest-extrabolditalic.otf') format('opentype'),
    url('./forrest-extrabolditalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Forrest';
  src: url('./forrest-light.otf') format('opentype'),
       url('./forrest-light.woff') format('woff');
  font-weight: normal;
}

@font-face {
  font-family: 'Forrest';
  src: url('./forrest-lightitalic.otf') format('opentype'),
       url('./forrest-lightitalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}