@font-face {
  font-family: 'Friends';
  src: url('Friends-Regular.woff2') format('woff2'),
       url('Friends-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Friends';
  src: url('Friends-SemiBold.woff2') format('woff2'),
       url('Friends-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Friends';
  src: url('Friends-Thin.woff2') format('woff2'),
       url('Friends-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Friends';
  src: url('Friends-UltraBold.woff2') format('woff2'),
       url('Friends-UltraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}