html,
body {
  font-family: "Segoe UI", Arial, sans-serif !important;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body,
input,
button,
select,
textarea,
table,
td,
th,
a,
p,
div,
span {
  font-family: "Segoe UI", Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
.logo-title,
.page-title {
  font-family: "Segoe UI", Arial, sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em;
}

button,
.btn,
input,
select,
textarea {
  font-weight: 500;
}

table,
td,
th {
  font-size: 14px;
}

code,
pre,
.monospace,
[style*="monospace"] {
  font-family: Consolas, "Courier New", monospace !important;
}
