@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('../font/inter/inter.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../font/inter/inter.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../font/inter/inter.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../font/inter/inter.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../font/inter/inter.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../font/inter/inter.woff2') format('woff2');
}

.inter-thin {
  font-family: 'Inter';
  font-weight: 100;
  font-style: normal;
}

.inter-light {
  font-family: 'Inter';
  font-weight: 300;
  font-style: normal;
}

.inter-regular {
  font-family: 'Inter';
  font-weight: 400;
  font-style: normal;
}

.inter-medium {
  font-family: 'Inter';
  font-weight: 500;
  font-style: normal;
}

.inter-sem-medium {
  font-family: 'Inter';
  font-weight: 700;
  font-style: normal;
}

.inter-bold {
  font-family: 'Inter';
  font-weight: 900;
  font-style: normal;
}
