
/* layout หลัก */
body {
    font-family: 'Sarabun', 'Lato', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;;
}
* {
    font-family: inherit;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 700;
}

/* Links */
a {
    font-family: inherit;
    text-decoration: none;
}

/* Buttons */
button {
    font-family: inherit;
}

/* Forms */
input, textarea, select {
    font-family: inherit;
}
