/*
 * Roboto variable font — self-hosted (OFL-licensed).
 *
 * Vendored locally rather than fetched from Google Fonts: the CSP's font-src
 * deliberately withholds fonts.googleapis.com/fonts.gstatic.com (see
 * cogniti/__init__.py), so a CDN @import silently fails instead of loading a
 * single static weight. The variable font ships the full weight range
 * (400-700) so bold text actually renders bold instead of faking/skipping it;
 * the file is only downloaded when something on the page actually uses the
 * family (org/instance branding or a user font preference).
 */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/roboto/Roboto-VariableFont_wght.ttf') format('truetype');
}
