feat: atualiza fontes e altera avatar SVG

- Substitui a fonte "Outfit" pela "Funnel_Display" no arquivo font_index.ts.
- Atualiza a referência da fonte principal para "anthropic_sans" e define
  "funnel_display" como a fonte para "money_font" e "title_font".
- Modifica o arquivo SVG do avatar 015, alterando a cor de preenchimento
  de alguns elementos para um tom mais vibrante (#F96837).
This commit is contained in:
Felipe Coutinho
2025-11-22 12:49:56 -03:00
parent 4d076772e6
commit 8c5313119d
30 changed files with 411 additions and 211 deletions

View File

@@ -11,7 +11,7 @@ interface ReturnButtonProps {
const ReturnButton = React.memo(({ disabled, onClick }: ReturnButtonProps) => {
return (
<Button
className="w-28 h-6"
className="w-28 h-6 rounded-sm"
size="sm"
disabled={disabled}
onClick={onClick}