@font-face {
    font-family: "SLB Sans";
    src: url("SLBSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* Apply SLB Sans globally */
body, div, span, p, h1, h2, h3, h4, h5, h6, table, .dash-table-container {
    font-family: "SLB Sans", Arial, sans-serif !important;
}

/* Header icon hover effect */
a[title="Wiki / Documentation"]:hover,
a[title="Help / ESM Service"]:hover {
    background-color: rgba(255, 255, 255, 0.30) !important;
}