@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter-VariableFont_opsz\,wght.ttf') format('truetype-variations');
  font-weight: 1 999;
}

body > * {
  font-family: 'Inter', Arial !important;
}

body {
  background: #ffffff;
  background-size: cover;
  background-attachment: fixed;
}