@font-face {
  font-family: 'skf-sans';
  src: url('skf-sans-regular.woff2') format('woff2'),
       url('skf-sans-regular.woff') format('woff'),
       url('skf-sans-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'skf-sans';
  src: url('skf-sans-medium.woff2') format('woff2'),
       url('skf-sans-medium.woff') format('woff'),
       url('skf-sans-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'skf-sans';
  src: url('skf-sans-bold.woff2') format('woff2'),
       url('skf-sans-bold.woff') format('woff'),
       url('skf-sans-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}