@font-face {
  font-family: 'Inter';
  src: url('{{ "inter.woff2" | asset_url }}') format('woff2'),
       url('{{ "inter.woff" | asset_url }}') format('woff');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
