/* Make Inter the default app-wide */
:root {
  --bs-body-font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto,
                         "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

body {
  font-family: var(--bs-body-font-family) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
}

.navbar-brand, .btn, .card-title {
    font-weight: 500;
}

main.container {
    background-color: white;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.03);
}

.table th, .table td {
    vertical-align: middle;
}

.btn-primary {
    background-color: #4a90e2;
    border-color: #4a90e2;
}

.btn-primary:hover {
    background-color: #3a78c2;
    border-color: #3a78c2;
}

.offcanvas {
    border-left: 1px solid #ddd;
}

textarea.form-control {
    resize: none;
}
