/* BlogVoosh — global overrides */
html { font-size: 14px; position: relative; min-height: 100%; }
body { margin: 0; }

.btn:focus, .btn:active:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 3px rgba(99,102,241,0.15);
}
