pub fn load_config<P: AsRef<Path>>(path: P) -> Result<BemConfig, ConfigError>
Load BEM configuration from a file
Format is auto-detected from file extension (.json or .toml)