@font-face {
    font-family: 'Base';
	font-weight: 300;
    font-style: normal;
	font-display: swap;
    src: local('Bai Jamjuree Light'),
         url('../fonts/baijamjureelight.woff2') format('woff2'),
         url('../fonts/baijamjureelight.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 400;
    font-style: normal;
	font-display: swap;
    src: local('Bai Jamjuree Regular'),
         url('../fonts/baijamjureeregular.woff2') format('woff2'),
         url('../fonts/baijamjureeregular.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 500;
    font-style: normal;
	font-display: swap;
    src: local('Bai Jamjuree Medium'),
         url('../fonts/baijamjureemedium.woff2') format('woff2'),
         url('../fonts/baijamjureemedium.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 600;
    font-style: normal;
	font-display: swap;
    src: local('Bai Jamjuree SemiBold'),
         url('../fonts/baijamjureesemibold.woff2') format('woff2'),
         url('../fonts/baijamjureesemibold.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 700;
    font-style: normal;
	font-display: swap;
    src: local('Bai Jamjuree Bold'),
         url('../fonts/baijamjureebold.woff2') format('woff2'),
         url('../fonts/baijamjureebold.woff') format('woff');
}