@charset "UTF-8";

/* Enrolmy Fonts - Lato variants */

@font-face {
	font-family: 'lato-italic';
	src: url('../fonts/lato-latin/LatoLatin-Italic.eot');
	src: url('../fonts/lato-latin/LatoLatin-Italic.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/lato-latin/LatoLatin-Italic.woff2') format('woff2'),
		 url('../fonts/lato-latin/LatoLatin-Italic.woff') format('woff'),
		 url('../fonts/lato-latin/LatoLatin-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'lato-light';
	src: url('../fonts/lato-latin/LatoLatin-Light.eot');
	src: url('../fonts/lato-latin/LatoLatin-Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/lato-latin/LatoLatin-Light.woff2') format('woff2'),
		 url('../fonts/lato-latin/LatoLatin-Light.woff') format('woff'),
		 url('../fonts/lato-latin/LatoLatin-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'lato-regular';
	src: url('../fonts/lato-latin/LatoLatin-Regular.eot');
	src: url('../fonts/lato-latin/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/lato-latin/LatoLatin-Regular.woff2') format('woff2'),
		 url('../fonts/lato-latin/LatoLatin-Regular.woff') format('woff'),
		 url('../fonts/lato-latin/LatoLatin-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'lato-bold';
	src: url('../fonts/lato-latin/LatoLatin-Bold.eot');
	src: url('../fonts/lato-latin/LatoLatin-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/lato-latin/LatoLatin-Bold.woff2') format('woff2'),
		 url('../fonts/lato-latin/LatoLatin-Bold.woff') format('woff'),
		 url('../fonts/lato-latin/LatoLatin-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/* Enrolmy Arrow font */

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

}

[data-icon]:before {
  font-family: "enrolmy-arrow-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "enrolmy-arrow-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-enrolmy-arrow-l:before {
  content: "l";
}
.icon-enrolmy-arrow-r:before {
  content: "r";
}
.icon-enrolmy-arrow-u:before {
  content: "u";
}
.icon-enrolmy-arrow-d:before {
  content: "d";
}
