/* Legibilidade: a landing veio com JetBrains Mono + cinza 68% em 8–11px. */
:root {
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-mono: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --foreground: #f5f5f7;
  --muted-foreground: #d2d2da;
  --card-foreground: #f5f5f7;
}

html,
body,
.font-mono,
.font-sans {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  color: #f5f5f7;
}

.text-success {
  color: #22c55e !important;
}

.text-glow-primary {
  text-shadow: 0 0 8px rgba(167, 139, 250, 0.28) !important;
}

body {
  font-weight: 500;
}

.text-muted-foreground,
[class*="text-muted-foreground"] {
  color: #d6d6de !important;
}

.text-foreground {
  color: #f5f5f7 !important;
}

.text-primary\/40 {
  color: #c4a6ff !important;
}

.text-\[8px\],
.text-\[9px\],
.text-\[10px\] {
  font-size: 13px !important;
  line-height: 1.45 !important;
  letter-spacing: 0.04em !important;
}

.text-\[11px\],
.text-\[12px\],
.text-xs {
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.text-sm {
  font-size: 16px !important;
  line-height: 1.55 !important;
}

.tracking-widest,
.tracking-\[0\.25em\],
.tracking-\[0\.2em\],
.tracking-\[0\.18em\] {
  letter-spacing: 0.06em !important;
}
