/* Material Symbols Outlined — subset auto-hospedado (Source-AI).
   O woff2 é um SUBSET buscado do Google Fonts (css2 `icon_names=`) contendo
   somente os glifos que a UI usa. Para adicionar um ícone depois, re-busque o
   subset com a lista `icon_names` atualizada e substitua material-symbols-outlined.woff2.
   Recompilado 2026-09-03 (20 glifos): REMOVIDO `send` — o botão de envio (E5) deixou
   de usar a seta e passou a mostrar ícone da LLM + nome + modelo/esforço.
   O passo anterior (21 glifos) era a compilação inicial do primitivo de layout.
   Glifos no subset: add, alternate_email, arrow_back, attach_file, bug_report,
   calendar_month, chevron_right, close, code, construction, dashboard, folder,
   forum, logout, notifications, pending_actions, person, settings, terminal,
   wand_stars. */
@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 100 700;          /* eixo variável de peso */
    font-display: block;           /* evita piscar o texto da ligadura antes da fonte */
    src: url('/vendor/material-symbols-outlined.woff2?v=2') format('woff2');   /* v2 = 20 glifos (−send) */
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    /* Herda tamanho/cor do contexto; quem quiser um glifo maior sobe o font-size. */
    font-size: inherit;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* FILL 0, wght 400, GRAD 0, opsz 24 — o padrão neutro. */
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
