@charset "utf-8";


@font-face {
  font-family: 'inter';
  font-weight: 600;
  src: url('../font/Inter-SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'inter';
  font-weight: 700;
  src: url('../font/Inter-Bold.woff') format('woff');
}
@font-face {
  font-family: 'inter';
  font-weight: 800;
  src: url('../font/Inter-ExtraBold.woff') format('woff');
}