@font-face 
{
	font-family: Oxanium;
	src: url("../fnt/Oxanium-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: Oxanium;
	src: url("../fnt/Oxanium-SemiBold.ttf");
	font-weight: bold;
	font-style: normal;
}

@font-face 
{
	font-family: Oxanium;
	src: url("../fnt/Oxanium-Bold.ttf");
	font-weight: bolder;
	font-style: normal;
}



@font-face 
{
	font-family: Liberation;
	src: url("../fnt/LiberationSans-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: Liberation;
	src: url("../fnt/LiberationSans-Italic.ttf");
	font-weight: normal;
	font-style: italic;
}

@font-face 
{
	font-family: Liberation;
	src: url("../fnt/LiberationSans-Bold.ttf");
	font-weight: bold;
	font-style: normal;
}

@font-face 
{
	font-family: Liberation;
	src: url("../fnt/LiberationSans-BoldItalic.ttf");
	font-weight: bold;
	font-style: italic;
}





body
{
	font-family: Liberation;
	font-style: normal;
}

p
{
	font-family: Liberation;
	font-style: normal;
}

button
{
	font-family: Liberation;
	font-style: normal;
}

table
{
	font-family: Liberation;
	font-style: normal;
}