/* ===============================
   Global Font Override
   =============================== */

/* Semua elemen teks pakai Poppins/Open Sans */
html, body,
h1, h2, h3, h4, h5, h6,
p, a, span, div,
input, button, select, textarea,
label, table, th, td,
.navbar, .nav, .sidebar, .panel, .x_panel, .x_title, .x_content {
    font-family: 'Roboto' !important;
    font-weight: 400;
}

/* ===============================
   Ikon (biar nggak hilang)
   =============================== */
.fa, .glyphicon, [class^="fa-"], [class*=" fa-"] {
    font-family: 'FontAwesome' !important;
    font-weight: normal !important;
    font-style: normal !important;
}

/* Kalau pakai Glyphicons (Bootstrap lama) */
[class^="glyphicon-"], [class*=" glyphicon-"] {
    font-family: 'Glyphicons Halflings' !important;
}

/* ===============================
   Ukuran font dasar & line-height
   =============================== */
body {
    font-family: 'Roboto' !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
}

/* ===============================
   Navbar & Sidebar
   =============================== */
.navbar, .top_nav, .side-menu, .nav_title {
    font-weight: 500 !important;
}

/* ===============================
   Panel & Section Titles
   =============================== */
.panel-title, .x_title h2 {
    font-weight: 600 !important;
}

/* ===============================
   Tabel & Form
   =============================== */
table {
    font-size: 13px !important;
}
input, button, select, textarea {
    font-size: 12px !important;
}

/* ===============================
   Link
   =============================== */
a {
    text-decoration: none;
}

/* ===============================
   Dropdown Caret Fix (Gentelella)
   =============================== */
.dropdown-toggle::after,
.dropdown .caret {
    font-family: 'FontAwesome' !important;
}
