/* lobster-regular - latin */
@font-face {
	font-family: 'BeVietnam-Thin';
	font-style: normal;
	font-weight: 100;
	src: local('BeVietnam Thin'), local('BeVietnam-Thin'),
		 url('/fonts/BeVietnam-Thin.ttf') format('truetype');
}

@font-face {
	font-family: 'BeVietnam-Bold';
	font-style: normal;
	font-weight: 700;
	src: local('BeVietnam Bold'), local('BeVietnam-Bold'),
		 url('/fonts/BeVietnam-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Mandali-Regular';
	font-style: normal;
	font-weight: 100;
	src: local('Mandali Regular'), local('Mandali-Regular'),
		 url('/fonts/Mandali-Regular.ttf') format('truetype');
}


body {
	margin: 0;
	font-family: 'Mandali-Regular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
	font-weight: 400;
	line-height: 1.2;
}

a {
	color: inherit;
}

code {
	font-family: menlo, inconsolata, monospace;
	font-size: calc(1em - 2px);
	color: #555;
	background-color: #f0f0f0;
	padding: 0.2em 0.4em;
	border-radius: 2px;
}

@media (min-width: 400px) {
	body {
		font-size: 16px;
	}
}