/* 由 JOURNAL > System > Settings > StoreName > Custom Code > Custom Code Header 設定引用。 */

/*
*	本地化 Google Fonts
*/

@font-face {
	font-family: 'Plus Jakarta Sans 500';
	src: url('/fonts/plus-jakarta-sans-latin-ext-500.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Plus Jakarta Sans 600';
	src: url('/fonts/plus-jakarta-sans-latin-ext-600.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Plus Jakarta Sans 800';
	src: url('/fonts/plus-jakarta-sans-latin-ext-800.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Plus Jakarta Sans regular';
	src: url('/fonts/plus-jakarta-sans-latin-ext-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto Mono';
	src: url('/fonts/roboto-mono-latin-ext-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/*
	一般自用
*/

/* 訊息置中及撐開上下版面 */
.my-text-center-block {
	width: fit-content !important;
	margin: 46px auto 120px !important;
	text-align: left !important;
}
/* 隱藏 */
.my-hidden {
	display: none !important;
}
/* 粗體 */
.my-font-bold {
	font-weight: bold !important;
}