@font-face
{
  font-family: 'Inter';
  src: url('../fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 500 900;
  font-style: normal;
}

html,
body
{
  overflow: auto;
  height: 100%;
  min-height: 100%;
}

body
{
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 12px;
}