@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('inter-v18-latin-regular.woff2') format('woff2');
    font-display: swap;
  }
  body, html {
    font-family: 'Inter', Arial, sans-serif;
  }