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

.small-muted {
    color: #667085;
    font-size: 0.9rem;
}

.form-required::after {
    content: " *";
    color: #b42318;
}
