:root {
    --font-primary: 'Inter', 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.listbox {
    max-height: 300px;
    overflow-y: auto;
}
