@font-face {
  font-family: 'Inter';
  src: url('../font/Inter-Regular.woff2') format('woff2'),
      url('../font/Inter-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Inter';
  src: url('../font/Inter-SemiBold.woff2') format('woff2'),
      url('../font/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Inter';
  src: url('../font/Inter-Medium.woff2') format('woff2'),
      url('../font/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Inter';
  src: url('../font/Inter-Light.woff2') format('woff2'),
      url('../font/Inter-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Baloo 2';
  src: url('../font/Baloo2-Regular.woff2') format('woff2'),
      url('../font/Baloo2-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Baloo 2';
  src: url('../font/Baloo2-Medium.woff2') format('woff2'),
      url('../font/Baloo2-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Baloo 2';
  src: url('../font/Baloo2-SemiBold.woff2') format('woff2'),
      url('../font/Baloo2-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}