﻿@font-face {
    font-family: 'Noto Sans Thai';
    src: url('../Fonts/NotoSansThai-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sarabun';
    src: url('../Fonts/Sarabun-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Sarabun', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans Thai', sans-serif;
}


.navbar{
    padding:0px;
}