/*
 * SmartPatios APL — Tipografia global
 * Sprint 4.15.1 — revisão 4151c
 *
 * Inter:
 * interface, formulários, menus, tabelas e botões.
 *
 * Poppins:
 * títulos, marca e destaques institucionais.
 */

:root {
  --smart-font-interface:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    Helvetica,
    sans-serif;

  --smart-font-heading:
    "Poppins",
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif;

  --smart-font-monospace:
    "SFMono-Regular",
    Consolas,
    "Liberation Mono",
    Menlo,
    monospace;
}

html,
body {
  font-family: var(--smart-font-interface) !important;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
select,
textarea,
option,
table,
th,
td,
label,
nav,
.btn,
.button,
.badge,
.pill,
.msg,
.hint {
  font-family: var(--smart-font-interface) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.page-title,
.section-title,
.card-title,
.brand-title,
.public-title,
.public-intro h1,
.public-intro h2,
.public-header h1,
.public-header h2,
.login-title,
.dashboard-title {
  font-family: var(--smart-font-heading) !important;
  letter-spacing: -0.015em;
}

table,
th,
td,
input,
select,
.protocol,
.lot-number,
.table-number,
.money-value,
.date-value,
.time-value,
[data-numeric] {
  font-variant-numeric:
    tabular-nums
    lining-nums;
}

code,
pre,
kbd,
samp {
  font-family: var(--smart-font-monospace) !important;
  font-variant-numeric: tabular-nums;
}
