/* Load and apply Inter as the global font */
body,
html,
* {
    font-family: 'Inter', sans-serif !important;
}

/* Optional: Better readability and heading weights */
body {
    line-height: 1.6;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

/* Your existing custom rule - kept unchanged */
.ArticleCmd__articleLike>div:last-child {
    display: none;
}

/* Extra targeting for ticket-related elements */
.ticket-list, .ticket-details, .ticket-form,
table, td, th, input, textarea, select, button {
    font-family: 'Inter', sans-serif !important;
}
