@font-face {
  font-family: 'Sunset Gothic';
  src: url('../fonts/sunset-gothic-regular-pro.woff2') format('woff2'),
       url('../fonts/sunset-gothic-regular-pro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Sunset Gothic';
  src: url('../fonts/sunset-gothic-light-pro.woff2') format('woff2'),
       url('../fonts/sunset-gothic-light-pro.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Sunset Gothic';
  src: url('../fonts/sunset-gothic-bold-pro.woff2') format('woff2'),
       url('../fonts/sunset-gothic-bold-pro.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Sunset Gothic';
  src: url('../fonts/sunset-gothic-heavy-pro.woff2') format('woff2'),
       url('../fonts/sunset-gothic-heavy-pro.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
