/* Self-hosted Hebrew + Latin fonts for My Reporter.
   Downloaded once from Google Fonts and served from this origin - the app makes
   no request to fonts.googleapis.com or fonts.gstatic.com at runtime.
   Assistant is the only family: headings and body alike, per the house rule
   that Hebrew UI uses Assistant or Noto Sans Hebrew and nothing else. */

@font-face {
  font-family: 'Assistant';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('/fonts/assistant/assistant-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Assistant';
  font-style: normal; font-weight: 500; font-display: swap;
  src: url('/fonts/assistant/assistant-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Assistant';
  font-style: normal; font-weight: 600; font-display: swap;
  src: url('/fonts/assistant/assistant-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Assistant';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url('/fonts/assistant/assistant-700.woff2') format('woff2');
}
