/* Atkinson Hyperlegible Font Integration */
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* Set Atkinson Hyperlegible as default font */
body,
html {
    font-family: 'Atkinson Hyperlegible', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
}

/* Apply to all text elements */
h1, h2, h3, h4, h5, h6,
p, span, div, 
.card, .card-body,
.btn, button,
.form-control, .form-select,
.nav-link, .dropdown-item,
.table, .table td, .table th,
.sidebar, .topbar,
.text-sm, .text-xs, .text-lg,
.badge {
    font-family: 'Atkinson Hyperlegible', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
}