/*
PLETHORA ICONS LIBRARY
This file was created automatically by Plethora Icons Module class
*/


/* Font Awesome */
@font-face { 
	    font-family: 'FontAwesome';
	    src: url('./webfonts/fontawesome-webfont.eot');
		src: url('./webfonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
			 url('./webfonts/FontAwesome.otf') format('opentype'),
		     url('./webfonts/fontawesome-webfont.svg') format('svg'),
		     url('./webfonts/fontawesome-webfont.ttf') format('truetype'),
		     url('./webfonts/fontawesome-webfont.woff') format('woff'),
		     url('./webfonts/fontawesome-webfont.woff2') format('woff2');
		font-style: normal
		font-weight: normal;
		font-stretch: normal;
}
.fa {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}


/* Hotel Icons */
@font-face { 
	    font-family: 'plethora-hotel';
	    src: url('./webfonts/plethora-hotel.eot');
		src: url('./webfonts/plethora-hotel.eot?#iefix') format('embedded-opentype'),
		     url('./webfonts/plethora-hotel.svg') format('svg'),
		     url('./webfonts/plethora-hotel.ttf') format('truetype'),
		     url('./webfonts/plethora-hotel.woff') format('woff');
		font-style: normal
		font-weight: normal;
		font-stretch: normal;
}
.hi {
  display: inline-block;
  font-family: 'plethora-hotel';
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
