@charset "UTF-8";

/* Nimrod MT Pro */
@font-face {
	font-family: 'NimrodMTPro';
	src: url('../fonts/NimrodMTPro-Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NimrodMTPro';
	src: url('../fonts/NimrodMTPro-Bold.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'NimrodMTPro';
	src: url('../fonts/NimrodMTPro-Italic.otf') format('opentype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'NimrodMTPro';
	src: url('../fonts/NimrodMTPro-BoldIt.otf') format('opentype');
	font-weight: bold;
	font-style: italic;
}

/* Relay */
@font-face {
	font-family: 'Relay';
	src: url('../fonts/Relay-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Relay';
	src: url('../fonts/Relay-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Relay';
	src: url('../fonts/Relay-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Relay';
	src: url('../fonts/Relay-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Relay';
	src: url('../fonts/Relay-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

/* Scotch FB */
@font-face {
	font-family: 'ScotchTextCond';
	src: url('../fonts/Scotch-Text-Cond-Rm.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ScotchTextCond';
	src: url('../fonts/Scotch-Text-Cond-It.otf') format('opentype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'ScotchTextCond';
	src: url('../fonts/Scotch-Text-Cond-Md.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'ScotchTextCond';
	src: url('../fonts/Scotch-Text-Cond-Md-It.otf') format('opentype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'ScotchTextCond';
	src: url('../fonts/Scotch-Text-Cond-Sm.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'ScotchTextCond';
	src: url('../fonts/Scotch-Text-Cond-Sm-It.otf') format('opentype');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'ScotchTextCond';
	src: url('../fonts/Scotch-Text-Cond-Bd.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'ScotchTextCond';
	src: url('../fonts/Scotch-Text-Cond-Bd-It.otf') format('opentype');
	font-weight: bold;
	font-style: italic;
}

