h1, h2, h3, h4, h5, h6 {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-weight:700;
    letter-spacing: -0.025em;
}

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


.markdown-body img,
.content img {
  max-width: 100%;
  height: auto;
  display: block;
}

.card-title {
  color: #0f3e80; 
}

footer {
    padding: 1rem !important; /* This overrides the p-5 class */
}

footer.mt-auto {
    padding: 1rem !important;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 1rem 0;
    border: 1px solid #dee2e6;
}

table td,
table th {
    padding: 0.75rem;
    border: 1px solid #dee2e6;
    text-align: left;
    vertical-align: top;
}

table th {
    background-color: #f8f9fa;
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
}