/* // FONTS : Catamaran
	// - - - - - - - - - - - - - - */

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

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

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

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

@font-face {
	font-family: 'Catamaran';
	src: url('../fonts/catamaran/Catamaran-Bold.ttf') format('truetype');
	font-weight: bold;
}

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


/* // FONTS : Open Sans
	// - - - - - - - - - - - - - - */

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

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

@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/opensans/OpenSans-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/opensans/OpenSans-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/opensans/OpenSans-Bold.ttf') format('truetype');
	font-weight: bold;
}

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

@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/opensans/OpenSans-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/opensans/OpenSans-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}
