/* Custom utility & base styling overrides */
::selection {
    background-color: #dbeafe;
    color: #1e40af;
}

input:focus {
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.font-mono {
    font-feature-settings: "zero" 1;
}