@font-face {
  font-family: 'Inter';
  src: url(/assets/Inter-VariableFont_slnt,wght-2fb92a610338ce5b13c71d2aaa4ecb3001b51ac33ed845a09f6c78ab86263355.ttf) format("truetype");
  font-weight: 100 900;
  /* if it covers weight from 100 (light) to 900 (bold) */
  font-style: normal;
}

/* line 8, app/assets/stylesheets/application.scss */
body {
  font-family: 'Inter', sans-serif;
}
