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

@font-face {
  font-family: 'Poppins';
  src: url('/fonts/poppins/PoppinsThin.ttf')
       format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/fonts/poppins/PoppinsLight.ttf')
       format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/fonts/poppins/PoppinsRegular.ttf')
       format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/fonts/poppins/PoppinsMedium.ttf')
       format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url('/fonts/poppins/PoppinsBold.ttf')
       format('truetype');
  font-weight: 700;
  font-style: normal;
}


@font-face {
    font-family: 'untiled-ui';
    src: url('/fonts/untiledui/untiled-ui.ttf')
    format('truetype');
    font-weight: normal;
    font-style: normal;
}
