/**
 * rmfx-2 icon font
 *
 * Self-contained icon stylesheet for the custom "rmfx-2" glyph set
 * (arrow triangles). Font files live in assets/icons/, so paths are
 * relative from this file: assets/css/frontend/ -> ../../icons/
 */

@font-face {
	font-family: 'rmfx-2';
	src:  url('../../icons/rmfx-2.eot?rs8nqf');
	src:  url('../../icons/rmfx-2.eot?rs8nqf#iefix') format('embedded-opentype'),
	  url('../../icons/rmfx-2.ttf?rs8nqf') format('truetype'),
	  url('../../icons/rmfx-2.woff?rs8nqf') format('woff'),
	  url('../../icons/rmfx-2.svg?rs8nqf#rmfx-2') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="rmfx-2-"], [class*=" rmfx-2-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'rmfx-2' !important;
	speak: never;
	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;
}

.rmfx-2-arrow-left-triangle:before {
  content: "\e927";
}
.rmfx-2-arrow-right-triangle:before {
  content: "\e928";
}
.rmfx-2-arrow-up-triangle:before {
  content: "\e929";
}
.rmfx-2-arrow-down-triangle:before {
  content: "\e92a";
}
.rmfx-2-check:before {
  content: "\e900";
}
