7 lines
159 B
Python
7 lines
159 B
Python
"""Styles for the app."""
|
|
|
|
text: dict[str, str] = {
|
|
"font_family": "var(--chakra-fonts-branding)",
|
|
"font_weight": "var(--chakra-fontWeights-black)",
|
|
}
|