@font-face { font-family: 'kanit-300'; src: url('kanit-v5-latin/kanit-v5-latin-300.ttf'); }

body {
  width: 90%;
  margin: auto;
  padding: 2em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'kanit-300';
  font-size: larger;
  line-height: 150%;
}

a { text-decoration: none; color: #b60c10; }
h1 { font-size: 24pt; font-weight: 600; letter-spacing: 1pt; }
h2 { font-size: 20pt; font-weight: 500; }
h3 { font-size: 16pt; font-weight: 500; padding: 1em 0; }
h4, h5  { font-size: 14pt; font-weight: 400; width: 70%; padding: 0.5em 0; }
h6 { font-size: 12pt; font-weight: 300; }

input { margin: 1em; }

#logo img { float: right; }
td { padding: 1em; }
