## format_text()


Format text with a given style.


Usage


``` python
format_text(
    text,
    style="default",
)
```


## Parameters


`text: str`  
The text to format.

`style: str = ``"default"`  
The style to apply.


## Returns


`str`  
Formatted text.
