@font-face {
	font-family: letter;
	src: url(../../../fonts/letter/Letter_Craft_Deco.ttf);
	font-style: normal;
	font-weight: 900;
}

@font-face {
	src: url(../../../fonts/plaine/Plaine.ttf);
	font-family: plaine;
	font-style: normal;
	font-weight: 900;
}

@font-face {
	src: url(../../../fonts/alstoria/Alstoria_Demo.ttf);
	font-family: alstoria;
	font-style: normal;
	font-weight: 600;
}
@font-face {
	src: url(../../../fonts/pose/Pose.ttf);
	font-family: pose;
	font-style: normal;
	font-weight: 900;
}
@font-face {
	src: url(../../../fonts/astro_world/Astro_World.ttf);
	font-family: astro;
	font-style: normal;
	font-weight: 900;
}
@font-face {
	src: url(../../../fonts/rocking/Rocking.ttf);
	font-family: rocking;
	font-style: normal;
	font-weight: 900;
}
@font-face {
	src: url(../../../fonts/baligle/Baligle.otf);
	font-family: baligle;
	font-style: normal;
	font-weight: 900;
}
@font-face {
	src: url(../../../fonts/anemouth/anemouth.ttf);
	font-family: anemouth;
	font-style: normal;
	font-weight: 900;
}

		
/* Tăng font size toàn bộ */
body {
    font-size: 18px !important; /* Thay đổi từ 12px mặc định */
}

/* Tăng font cho các phần tử chính */
.tborder, .thead, .tcat, .tfoot, .forum-name {
    font-size: 18px !important;
}

.trow1, .trow2 {
    font-size: 12px !important;
}

/* Tăng font cho post content */
.post_body, .message_body , .post-message-content {
    font-size: 20px !important;
    line-height: 1.5;
    margin-bottom: 1em;
}


/* Tăng font cho tiêu đề thread */
.subject_new, .subject_old {
    font-size: 18px !important;
}
		
.thead a:link, .thead a:visited {
    font-weight: 700;
}
		
		
		
		
		