/* latin */
@font-face {
    font-family: 'Georama';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/georama.woff2) format('woff2');
}

/* thai */
@font-face {
    font-family: 'Bai Jamjuree';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/baijamjuree.woff2) format('woff2');
}

body {
  font-family: 'Bai Jamjuree', Georama;
  font-size: 13pt;
}

h4 {
  font-family: 'Bai Jamjuree', Georama;
}

.grey-bg {  
    background-color: #F5F7FA;
}