@font-face {
  font-family: 'Ubuntu';
  src: url('../../fonts/ubuntu.woff') format('woff'),
  url('../../fonts/ubuntu.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../../fonts/ubuntumedium.woff') format('woff'),
  url('../../fonts/ubuntumedium.woff2') format('woff2');
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../../fonts/ubuntubold.woff') format('woff'),
  url('../../fonts/ubuntubold.woff2') format('woff2');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/Roboto.woff') format('woff'),
  url('../../fonts/Roboto.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Rubik';
  src: url('../../fonts/Rubik.woff') format('woff'),
  url('../../fonts/Rubik.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Lato';
  src: url('../../fonts/latosemibold.woff') format('woff'),
  url('../../fonts/latosemibold.woff2') format('woff2');
  font-style: normal;
  font-weight: 600;
}