html, body {
  height: 100%;
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@font-face {
  font-family: 'khmerMoul';
  src: url('/fonts/KhmerMuol.ttf') format('truetype');
  unicode-range: U+1780-17FF, U+19E0-19FF, U+200C-200D, U+25CC;
}

@font-face {
  font-family: 'khmerBattambang';
  src: url('fonts/Battambang-Regular.ttf');
}

@font-face {
  font-family: 'khmerOSSiemreap';
  src: url('/fonts/KhmerOSSiemreap.ttf');
  font-weight: 200;
}


@font-face {
  font-family: 'khmerKoulen';
  src: url('/fonts/Koulen.ttf');
  font-weight: 200;
  unicode-range: U+1780-17FF, U+19E0-19FF, U+200C-200D, U+25CC;
}

body {
  margin: 0;
  padding: 0;
}