/* Gothic Font Library */

@import url("/t/_fonts/gordita");

@font-face {
	font-family: 'Gordita-Light';
	font-weight:300;
	src: url('Gordita-Light.otf');
}

@font-face {
	font-family: 'Gordita-Medium';
	font-weight:400;
	src: url('Gordita-Medium.otf');
}

@font-face {
	font-family: 'Gordita-Regular';
	font-weight:500;
	src: url('Gordita-Regular.otf');
}

@font-face {
	font-family: 'Gordita-Bold';
	font-weight:600;
	src: url('Gordita-Bold.otf');
}

@font-face {
	font-family: 'Gordita-Black';
	font-weight:700;
	src: url('Gordita-Black.otf');
}
