/* SHIRENS */

/* regular */
@font-face {
  font-family: 'SHIRENS';
  src:
    url('SHIRENS.otf') format('otf'),
    url('SHIRENS.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* oblique */
@font-face {
  font-family: 'SHIRENS';
  src:
    url('SHIRENS.otf') format('otf'),
    url('SHIRENS.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: block;
}
