@font-face {
  font-family: 'Editor-Light';
  src: url('../fonts/Editor-Light.woff') format('woff'), 
       url('../fonts/Editor-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Editor-Regular';
  src: url('../fonts/Editor-Regular.woff') format('woff'), 
       url('../fonts/Editor-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Editor-Medium';
  src: url('../fonts/Editor-Medium.woff') format('woff'), 
       url('../fonts/Editor-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}