@font-face {
	font-family: 'OpenSansRegular';
	src: url('/fonts/OpenSans-Regular.woff2') format('woff2'),
	     url('/fonts/OpenSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'OpenSansBold';
	src: url('/fonts/OpenSans-Bold.woff2') format('woff2'),
	     url('/fonts/OpenSans-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'KanitRegular';
	src: url('/fonts/kanit-regular-webfont.woff2') format('woff2'),
	     url('/fonts/kanit-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'KanitBold';
	src: url('/fonts/kanit-bold-webfont.woff2') format('woff2'),
	     url('/fonts/kanit-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('/fonts/Roboto-VariableFont_wdth,wght.woff2') format('woff2'),
	     url('/fonts/Roboto-VariableFont_wdth,wght.woff') format('woff');
	font-weight: 100 900;
	font-stretch: 75% 100%;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: 'Roboto', sans-serif;
}
