/* Self-hosted Brown LL (Lineto.com), replacing the earlier Manrope stand-in now that the real
   licensed files are available. Consolidated from the vendor's own stylesheet.css, which declared
   each weight/style as an unrelated font-family (e.g. "BrownLLWeb-Bold") rather than a variant of
   one family — rewritten here as a single "Brown LL" family with font-weight/font-style descriptors
   so existing CSS (font-weight: 800 on .brand-heading, etc.) resolves to the right file automatically
   via normal browser font matching, no per-element family switching needed.

   Licensed for cyberwellsolutions.com only per the vendor's terms — confirm that covers this
   deployment's actual domain before shipping to a real audience. */
@font-face {
  font-family: 'Brown LL';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('BrownLLWeb-Regular.woff2') format('woff2'),
       url('BrownLLWeb-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Brown LL';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('BrownLLWeb-Italic.woff2') format('woff2'),
       url('BrownLLWeb-Italic.woff') format('woff');
}
@font-face {
  font-family: 'Brown LL';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('BrownLLWeb-Bold.woff2') format('woff2'),
       url('BrownLLWeb-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Brown LL';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('BrownLLWeb-BoldItalic.woff2') format('woff2'),
       url('BrownLLWeb-BoldItalic.woff') format('woff');
}
