@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proxima-nova/proximanova-regular.woff2') format('woff2'), url('../fonts/proxima-nova/proximanova-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proxima-nova/proximanova-bold.woff2') format('woff2'), url('../fonts/proxima-nova/proximanova-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proxima-nova/proximanova-semibold.woff2') format('woff2'), url('../fonts/proxima-nova/proximanova-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/roboto-bold.ttf') format('ttf');
  font-weight: 800;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/roboto-regular.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/roboto-bold.ttf') format('ttf');
  font-weight: bold;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/roboto-medium.ttf') format('ttf');
  font-weight: 600;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/roboto-extrabold.ttf') format('ttf');
  font-weight: 800;
  font-style: normal;
  font-display: optional;
}