@charset "UTF-8";

body {

	line-height:160%;
	
	/* FONT-SIZE */
	--font-24:24px;
	--font-20:20px;
	--font-18:18px;
	--font-16:16px;
	--font-14:14px;
	--font-13:13px;
	--font-12:12px;
	--font-11:10px;
	--font-10:10px;
	--font-8:8px;

}

h1, .font-24 { font-size:var(--font-24) !important; line-height:160%; }
h2, .font-20 { font-size:var(--font-20) !important; line-height:160%; }
h3, .font-18 { font-size:var(--font-18) !important; line-height:160%; }
h4, .font-16 { font-size:var(--font-16) !important; line-height:160%; }
h5, .font-14 { font-size:var(--font-14) !important; line-height:160%; }
h6, .font-12 { font-size:var(--font-12) !important; line-height:160%; }
h7, .font-8  { font-size:var(--font-8)  !important; line-height:160%; }
.font-10     { font-size:var(--font-10) !important; line-height:160%; }
.font-11     { font-size:var(--font-11) !important; line-height:160%; }
.font-13     { font-size:var(--font-13) !important; line-height:160%; }
.font-0      { font-size:0px }

.normal     { font-weight:400  !important; }
.bold       { font-weight:bold !important; }
.extra      { font-weight:800  !important; }

.weight_400 { font-weight:400 !important; }
.weight_500 { font-weight:500 !important; }
.weight_600 { font-weight:600 !important; }
.weight_700 { font-weight:700 !important; }
.weight_800 { font-weight:800 !important; }

.line_height_140 { line-height: 140% !important;}
.line_height_140 { line-height: 150% !important;}
.line_height_160 { line-height: 160% !important;}

.textRight{ text-align: right; }
.textLeft{ text-align: left; }
.textCenter{ text-align: center; }

.letter_spacing_001{ letter-spacing: -0.01em }
.letter_spacing02{ letter-spacing: -0.02em }
.letter_spacing015{ letter-spacing: -0.015em }
