@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900; /* Variable font supports a range of weights */
  src: url('./Inter-VariableFont.ttf') format('truetype');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 100 900; /* Variable font supports a range of weights */
  src: url('./Manrope-VariableFont.ttf') format('truetype');
}