/* Default Fonts Stylesheet */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  src:url(fonts/RobotoCondensed-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  src:url(fonts/OpenSans-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Avo';
  font-style: normal;
  src:url(fonts/Arvo-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  src:url(fonts/Raleway-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'RealEst';
  font-style: normal;
  src:url(fonts/realestate.ttf) format('truetype');
}
@font-face {
  font-family: 'LaroX';
  font-style: normal;
  src:url(fonts/Lora-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Varela';
  font-style: normal;
  src:url(fonts/VarelaRound-Regular.ttf) format('truetype');
}






