@CHARSET "utf-8";


@font-face {
	font-family: "RCL-CorpoS";
	src: url('../font/CorpoS-Regular.otf');
}
@font-face {
	font-family: "RCL-CorpoS";
	font-weight:bold;
	src: url('../font/CorpoS-Bold.otf');
}
@font-face {
	font-family: "RCL-CorpoS";
	font-style: italic;
	src: url('../font/CorpoS-RegularItalic.otf');
}
@font-face {
	font-family: "RCL-CorpoS";
	font-weight:bold;
	font-style: italic;
	src: url('../font/CorpoS-BoldiItalic.otf');
}

@font-face {
	font-family: "RCL-CorpoE";
	src: url('../font/CorpoE-Regular.otf');
}
@font-face {
	font-family: "RCL-CorpoE";
	font-weight:bold;
	src: url('../font/CorpoE-Bold.otf');
}