/* The font-feature-settings for the Inter variable font are documented here: https://rsms.me/inter/#features */
@font-face {
  font-family:					'Inter';
  font-weight:					100 900;
  font-display:					auto;
  font-style:					normal;
  font-named-instance:			'Regular';
  src:							url("/impression/fonts/inter-roman-var.woff2") format("woff2");
}
@font-face {
  font-family:					'Inter';
  font-weight:					100 900;
  font-display:					auto;
  font-style:					italic;
  font-named-instance:			'Italic';
  src:							url("/impression/fonts/inter-italic-var.woff2") format("woff2");
}
