html, body { margin: 0; height: 100%; }
body { background-color: var(--color-canvas); overflow-y: hidden; }

/* Ajustes de sintaxe no tema escuro para o viewer do Elements */
[data-theme="dark"] .token.property { color: rgb(128, 203, 196) !important; }
[data-theme="dark"] .token.operator { color: rgb(255, 123, 114) !important; }
[data-theme="dark"] .token.number { color: rgb(247, 140, 108) !important; }
[data-theme="dark"] .token.string { color: rgb(165, 214, 255) !important; }
[data-theme="dark"] .token.boolean { color: rgb(121, 192, 255) !important; }
[data-theme="dark"] .token.punctuation { color: #dbdbdb !important; }
