body {
    font-family: 'Inter', 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';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3 {
    font-feature-settings: 'tnum' on, 'lnum' on;
}

li::marker {
    font-weight: 500;
    color: #94a3b8;
}

li a {
    color: #475569;
    transition: color 0.2s ease-in-out;
}

li a:hover {
    color: #0f172a;
    text-decoration: underline;
    text-decoration-color: #3b82f6;
    text-underline-offset: 4px;
}
