@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap");

body,
input,
select,
textarea,
button,
.header,
.nav,
h1, h2, h3, h4, h5, h6,
.ticket-info,
.thread-body,
#msg_warning, #msg_notice, #msg_error,
.pull-left, .pull-right,
td, th,
label,
a {
  font-family: "Rubik", "Helvetica Neue", sans-serif !important;
}

/* Quitar estilo de hiperlink en campos custom del ticket */
table.custom-info td a,
.custom-data td a,
#ticket_thread .custom-info a {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none;
    cursor: default;
}

/* Quitar estilo de hiperlink en campos custom del ticket */
table.custom-data td a {
    color: #333 !important;
    text-decoration: none !important;
    pointer-events: none;
    cursor: default;
}
