/*
// ***************************************************************
//
//    Web Fonts
//
// ***************************************************************
*/
@font-face {
  font-family: 'RalewayBold';
  src: url('RalewayBold/RalewayBold.woff2') format('woff2'),
       url('RalewayBold/RalewayBold.woff') format('woff');
       url('RalewayBold/RalewayBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.RalewayBold {
  font-family: 'RalewayBold';
}

@font-face {
  font-family: 'robotoregular';
  src: url('Roboto/Roboto.woff2') format('woff2'),
       url('Roboto/Roboto.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.Roboto {
  font-family: 'Roboto';
}

@font-face {
  font-family: 'Poppins';
  src: url('Poppins/Poppins.woff2') format('woff2'),
       url('Poppins/Poppins.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.Poppins {
  font-family: 'Poppins';
}
