/* Kanit Font - Local */
@font-face { font-family: "Kanit"; font-weight: 100; font-style: normal; src: url("/fonts/kanit/kanit-100.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Kanit"; font-weight: 200; font-style: normal; src: url("/fonts/kanit/kanit-200.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Kanit"; font-weight: 300; font-style: normal; src: url("/fonts/kanit/kanit-300.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Kanit"; font-weight: 400; font-style: normal; src: url("/fonts/kanit/kanit-400.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Kanit"; font-weight: 500; font-style: normal; src: url("/fonts/kanit/kanit-500.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Kanit"; font-weight: 600; font-style: normal; src: url("/fonts/kanit/kanit-600.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Kanit"; font-weight: 700; font-style: normal; src: url("/fonts/kanit/kanit-700.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Kanit"; font-weight: 800; font-style: normal; src: url("/fonts/kanit/kanit-800.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Kanit"; font-weight: 900; font-style: normal; src: url("/fonts/kanit/kanit-900.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Kanit"; font-weight: 100; font-style: italic; src: url("/fonts/kanit/kanit-100-italic.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Kanit"; font-weight: 200; font-style: italic; src: url("/fonts/kanit/kanit-200-italic.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Kanit"; font-weight: 300; font-style: italic; src: url("/fonts/kanit/kanit-300-italic.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Kanit"; font-weight: 400; font-style: italic; src: url("/fonts/kanit/kanit-400-italic.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Kanit"; font-weight: 500; font-style: italic; src: url("/fonts/kanit/kanit-500-italic.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Kanit"; font-weight: 600; font-style: italic; src: url("/fonts/kanit/kanit-600-italic.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Kanit"; font-weight: 700; font-style: italic; src: url("/fonts/kanit/kanit-700-italic.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Kanit"; font-weight: 800; font-style: italic; src: url("/fonts/kanit/kanit-800-italic.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Kanit"; font-weight: 900; font-style: italic; src: url("/fonts/kanit/kanit-900-italic.ttf") format("truetype"); font-display: swap; }

* {
    font-family: "Kanit", sans-serif !important;
}

.fi-sidebar-nav {
    border-right: 1px solid #e5e7eb;
}

/* ซ่อน logo ทุกที่ ยกเว้นหน้า login */
.fi-logo {
    display: none;
}
.fi-simple-layout .fi-logo {
    display: block;
}

/* ซ่อน "Sign in" ในหน้า login */
.fi-simple-header-heading {
    display: none;
}
