@font-face {
  font-family: 'Silka-Bold';
  src: url('silka/Silka-Bold.otf') format('opentype');
  font-weight: 700px;
  font-style: normal;
}

@font-face {
  font-family: 'Silka-Light';
  src: url('silka/Silka-Light.otf')format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Silka-Medium';
src: url('silka/Silka-Medium.otf') format('opentype');
  font-weight: 400;
  font-style: medium;
}

@font-face {
  font-family: 'Silka-Regular';
src: url('silka/Silka-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Silka-Italic';
  src: url('Silka-RegularItalic.otf')format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Novela';
  src: url('Novela-Regular.otf')format('opentype');
  font-weight: 400;
  font-style: normal;
}