/* Self-host das fontes do design system BI GOOD (substitui o Google Fonts).
   Inter e Unbounded sao fontes variaveis: um unico .woff2 por familia cobre
   toda a faixa de pesos usada no tema. */
@font-face{font-family:'Inter';font-style:normal;font-weight:400 700;font-display:swap;src:url('../fonts/inter.woff2') format('woff2');}
@font-face{font-family:'Unbounded';font-style:normal;font-weight:600 800;font-display:swap;src:url('../fonts/unbounded.woff2') format('woff2');}
