@font-face {
  font-family: 'Signika';
  src:  url('Signika/Signika-Light.otf')   format('opentype'),
        url('Signika/Signika-Light.ttf')   format('truetype'),
        url('Signika/Signika-Light.woff')  format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Signika';
  src:  url('Signika/Signika-Regular.otf')   format('opentype'),
        url('Signika/Signika-Regular.ttf')   format('truetype'),
        url('Signika/Signika-Regular.woff')  format('woff');
  font-weight: 400; /* normal */
  font-style: normal;
}

@font-face {
  font-family: 'Signika';
  src:  url('Signika/Signika-SemiBold.otf')   format('opentype'),
        url('Signika/Signika-SemiBold.ttf')   format('truetype'),
        url('Signika/Signika-SemiBold.woff')  format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Signika';
  src:  url('Signika/Signika-Bold.otf')   format('opentype'),
        url('Signika/Signika-Bold.ttf')   format('truetype'),
        url('Signika/Signika-Bold.woff')  format('woff');
  font-weight: 700; /* bold */
  font-style: normal;
}