/* Self-hosted Archivo and Manrope, used only by the login screen.
   Replaces the Google Fonts stylesheet so no page load reaches a
   third-party host. Each file is the variable font's Latin-subset
   instance, matching what Google Fonts served for the weight ranges
   the login page actually uses. */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/archivo/Archivo-Variable.cd56e2ec63d7.woff2") format('woff2');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/manrope/Manrope-Variable.938c6e8019b6.woff2") format('woff2');
}
