html, body {
    font-family: "IBM Plex Sans Thai", system-ui, -apple-system, "Segoe UI",
                 Roboto, "Helvetica Neue", Arial, "Noto Sans Thai", "Noto Sans",
                 sans-serif;
}



/*start full calendar*/
.fc-toolbar-chunk {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.fc-event-title {
    white-space: normal;
}
/*end full calendar*/

#kmModalBody img {
    max-width: 100%;
    height: auto;
}
