@font-face {
  font-family: 'Swera';
  src: url('../fonttest/swera/Swera_Regular_Demo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Swera';
  src: url('../fonttest/swera/Swera_Bold_Demo.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Swera';
  src: url('../fonttest/swera/Swera_Italic_Demo.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Swera Shadowed';
  src: url('../fonttest/swera/Swera_Shadowed_Demo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
