/* Inheris self-hosted brand fonts (OFL). Absolute URLs so they resolve on
   nested paths like /billing/{token}. Nunito = display, Nunito Sans = body. */
@font-face{font-family:"Nunito";font-style:normal;font-weight:700;font-display:swap;
  src:url("/static/brand/fonts/nunito700.woff2") format("woff2");}
@font-face{font-family:"Nunito";font-style:normal;font-weight:800;font-display:swap;
  src:url("/static/brand/fonts/nunito800.woff2") format("woff2");}
@font-face{font-family:"Nunito Sans";font-style:normal;font-weight:400;font-display:swap;
  src:url("/static/brand/fonts/nunitosans400.woff2") format("woff2");}
@font-face{font-family:"Nunito Sans";font-style:normal;font-weight:600;font-display:swap;
  src:url("/static/brand/fonts/nunitosans600.woff2") format("woff2");}
@font-face{font-family:"Nunito Sans";font-style:normal;font-weight:700;font-display:swap;
  src:url("/static/brand/fonts/nunitosans700.woff2") format("woff2");}
