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


/* Font Awesome */
@font-face { 
	    font-family: 'Font Awesome 6 Free';
url('./webfonts/FontAwesome.otf') format('opentype'),url('./webfonts/fontawesome-webfont.woff2') format('woff2');
		font-style: normal;
		font-weight: normal;
		font-stretch: normal;
}
.fa {
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
  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);
}
