/* assets/css/custom.css */
body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Custom class to adjust the height of the History button */
.custom-btn-height {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    line-height: 1.2;
    font-size: 0.875rem; /* Adjusts font size slightly smaller if needed */
}


.card-shadow {
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05);
}
