/* Normal font weight */
@font-face {
  font-family: 'AvertaPE';
  font-style: normal;
  font-weight: 400;
  src: url("AvertaPE-Regular.otf") format("opentype"); }
@font-face {
  font-family: 'AvertaPE';
  font-style: italic;
  font-weight: 400;
  src: url("AvertaPE-RegularItalic.otf") format("opentype"); }
/* Bold font weight */
@font-face {
  font-family: 'AvertaPE';
  font-style: normal;
  font-weight: 700;
  src: url("AvertaPE-Bold.otf") format("opentype"); }
@font-face {
  font-family: 'AvertaPE';
  font-style: italic;
  font-weight: 700;
  src: url("AvertaPE-BoldItalic.otf") format("opentype"); }
