// ----------
// ITC
// ----------
/* @font-face {
	font-family: 'ITCAvantGarde';
	font-weight: normal;
	src: url('ITCAvantGardeStd-Md.otf');
}
@font-face {
	font-family: 'ITCAvantGarde';
	font-weight: 600;
	src: url('ITCAvantGardeStd-Demi.otf');
}
@font-face {
	font-family: 'ITCAvantGarde';
	font-weight: 700;
	src: url('ITCAvantGardeStd-Bold.otf');
} */
/* body *:not(.fa) {
    font-family: 'ITCAvantGarde' !important;
} */


// ----------
// RMNeue
// ----------
/* @font-face {
	font-family: 'RMNeue';
	font-weight: normal;
	src: url('RMNeueTRIAL-Regular.otf');
}
@font-face {
	font-family: 'RMNeue';
	font-weight: 300;
	src: url('RMNeueTRIAL-Light.otf');
}
@font-face {
	font-family: 'RMNeue';
	font-weight: 700;
	src: url('RMNeueTRIAL-Bold.otf');
}
body *:not(.fa) {
    font-family: 'RMNeue' !important;
} */


// ----------
// Replica
// ----------
@font-face {
	font-family: 'ReplicaStd';
	font-weight: normal;
	src: url('ReplicaStd-Regular.otf');
}
@font-face {
	font-family: 'ReplicaStd';
	font-weight: 300;
	src: url('ReplicaStd-Light.otf');
}
@font-face {
	font-family: 'ReplicaStd';
	font-weight: 700;
	src: url('ReplicaStd-Heavy.otf');
}
body *:not(.fa) {
    font-family: 'ReplicaStd' !important;
}


// HelveticaNeue
/* body *:not(.fa) {
    font-family: 'HelveticaNeue' !important;
} */
