<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/****************************************/	
/* Font                                 */
/****************************************/

@font-face
{
	font-family: "Basic";
	src: url("../font/Comfortaa.ttf") format("truetype");
}

@font-face
{
	font-family: "Basic_Bold";
	src: url("../font/Comfortaa_Bold.ttf") format("truetype");
}

/****************************************/
</pre></body></html>