@charset "utf-8";
html, body {
	font-size: 15px !important;
}
/********************************共用*/
/* 特大標 */
.bb-title {
	font-size: 2.4rem !important;
}
/* 中大標 */
.mb-title {
	font-size: 2rem !important;
}
/* 大標 */
.b-title {
	font-size: 1.6rem !important;
}
/* 中標 */
.m-title {
	font-size: 1.4rem !important;
}
/* 小標 */
.s-title {
	font-size: 1.2rem !important;
}
/* 內容 */
.n-title {
	font-size: 1rem !important;
}
/* 特小字 */
.ss-title {
	font-size: 0.65rem !important;
}

/* 最粗體 bolder */
.bb-font {
	font-weight: 900;
}
/* 較粗體 bolder */
.b-font {
	font-weight: 700;
}
/* 粗體 bold */
.m-font {
	font-weight: 500;
}
/* 正常 normal */
.n-font {
	font-weight: 400;
}
/* 明亮 lighter */
.s-font {
	font-weight: 300;
}
/* 最細體 lighter */
.ss-font {
	font-weight: 100;
}

@media screen and (min-width: 640px) and (max-width: 969px) {

	html, body {
		font-size: 18px !important;
	}

		
}
@media screen and (max-width: 639px) {

	html, body {
		font-size: 18px !important;
	}

    /* 特大標 */
    .bb-title {
        font-size: 2.1rem !important;
    }
    /* 中大標 */
    .mb-title {
        font-size: 1.8rem !important;
    }
    /* 特小字 */
    .ss-title {
        font-size: 0.7rem !important;
    }

	
}
