:root {

  --color-black: #000000;
  --color-gray: #b1b1b1;
  --color-light: #f9f9f9;
  --color-white: #ffffff;

  --color-blue: #1967d2;
  --color-green: #11c650;
  --color-yellow: #fcc138;

  --space-large: 30pt;
  --space-medium: 16pt;
  --space-small: 12pt;

}

@font-face {

  src: url("/assets/fonts/kanit-light-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;

  font-family: "Kanit";
  font-weight: 200;   

}

@font-face {

  src: url("/assets/fonts/kanit-light-thai.woff2") format("woff2");
  unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC;

  font-family: "Kanit";
  font-weight: 200;   

}

@font-face {

  src: url("/assets/fonts/kanit-heavy-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;

  font-family: "Kanit";
  font-weight: 400;

}

@font-face {

  src: url("/assets/fonts/kanit-heavy-thai.woff2") format("woff2");
  unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC;

  font-family: "Kanit";
  font-weight: 400;

}

body, h1, h2, h3, h4, p, ul, input {
  line-height: 1.0;
  margin: 0;
  outline: none;
  padding: 0;
}