html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.html-highlight {
    background-color: #282c34;
    color: #abb2bf;
    padding: 16px;
    border-radius: 6px;
    line-height: 1.5;
}
.html-highlight p {
    display: block;
    margin: 1em 0;
}
.html-highlight ul {
    list-style-type: disc;
    padding-left: 2em;
    margin: 1em 0;
}

.html-highlight li {
    display: list-item;
}

.json-highlight {
    background-color: #282c34;
    color: #abb2bf;
    padding: 16px;
    border-radius: 6px;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 8px;
    line-height: 1.5;
}

.json-string { color: #98c379; }
.json-number { color: #d19a66; }
.json-boolean { color: #56b6c2; }
.json-null { color: #c678dd; }
.json-property { color: #e06c75; }

/* Optional: Add subtle styling for brackets and braces */
.json-highlight .bracket { color: #5c6370; }