/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai&display=swap');
.navbar-main {
  font-family: 'Noto Sans Thai', sans-serif;
}
body, button, input, select, textarea{
font-family: 'Noto Sans Thai', sans-serif;
}