@charset "utf-8";

@font-face {
	font-family: 'Gotham-Light';
	src: url('../fonts/Gotham/Gotham-Light.otf');
}

@font-face {
	font-family: 'Gotham-Bold';
	src: url('../fonts/Gotham/Gotham-Bold.otf');
}

@font-face {
	font-family: 'Gotham-Thin';
	src: url('../fonts/Gotham/Gotham-Thin.otf');
}

@font-face {
	font-family: 'Gotham-Book';
	src: url('../fonts/Gotham/Gotham-Book.otf');
}

:root {
	--rm-font-thin: 'IBMPlexSansThai-Thin', "Gotham-Thin", "Roboto", "微軟雅黑";
	--rm-font-light: 'IBMPlexSansThai-Light', "Gotham-Light", "Roboto", "微軟雅黑";
	--rm-font-book: 'IBMPlexSansThai-Book', "Gotham-book", "Roboto", "微軟雅黑";
	--rm-font-bold: 'IBMPlexSansThai-Bold', 'Gotham-Bold', "Roboto", "微軟雅黑";
}

.footer {
	 padding: 0px !important;
}
.welcome-steps-box .step-box-btn p a {
	font-size: 16.4px;
}