/* Design tokens do redesign (handoff D:\x\Sistema de Assinatura do Piloto\
   design_handoff_logbook_fn) - paleta clara/vinho nova, substitui o vinho escuro #830000/#630000
   do sistema antigo (menu.css/logbook.css/table.css/buttons.css/input.css/change.css). */
:root {
  --bg: #eceae7;
  --wine: #7b0f14;
  --wine-dark: #5e0a0e;
  --wine-hover: #a3161d;
  --text: #2b2724;
  --text-2: #8a807a;
  --text-3: #9a8f88;
  --border: #e7e0db;
  --border-2: #ded7d2;
  --surface: #fff;
  --surface-2: #fdfcfb;
  --surface-3: #f6f2f0;
  --green: #2f8f5b;
  --gold: #e2b96b;
  --alert: #a3161d;
  --bar-track: #f0eae6;
  --radius: 6px;
  --radius-sm: 4px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Barlow, Helvetica, Arial, sans-serif;
}

a {
  color: var(--wine);
  text-decoration: none;
}

a:hover {
  color: var(--wine-hover);
}

.u-display {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 700;
}

.u-label {
  font-family: "Barlow Semi Condensed", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-3);
  font-size: 11px;
}

.u-muted {
  color: var(--text-2);
}

.u-recent {
  color: var(--green);
}
