@font-face {
    font-family: 'unicons';	
    src:url('fonts/ionicons.eot');
    src:url('fonts/ionicons.eot?#iefix') format('embedded-opentype'),
        url('fonts/ionicons.svg#unicons') format('svg'),
        url('fonts/ionicons.woff') format('woff'),
        url('fonts/ionicons.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?sy53be');
  src:  url('../fonts/icomoon.eot?sy53be#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?sy53be') format('truetype'),
    url('../fonts/icomoon.woff?sy53be') format('woff'),
    url('../fonts/icomoon.svg?sy53be#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-brush:before {
  content: "\e900";
}
.icon-rocket:before {
  content: "\e901";
}
.icon-pencil:before {
  content: "\e905";
}


@font-face {
	font-family: 'Linearicons-Free';
	src:url('../fonts/Linearicons-Free.eot?w118d');
	src:url('../fonts/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'),
		url('../fonts/Linearicons-Free.woff2?w118d') format('woff2'),
		url('../fonts/Linearicons-Free.woff?w118d') format('woff'),
		url('../fonts/Linearicons-Free.ttf?w118d') format('truetype'),
		url('../fonts/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
	font-weight: normal;
	font-style: normal;
}


.icon-brush:before {
  content: "\e900";
}
.icon-painting:before {
  content: "\e900";
}
.icon-art:before {
  content: "\e900";
}
.icon-drawing:before {
  content: "\e900";
}


.lnr {
	font-family: 'Linearicons-Free';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lnr-laptop-phone:before {
	content: "\e83d";
}