@font-face {
  font-display: swap;
  font-family: 'CustomInter';
  font-style: normal;
  font-weight: 400;
  src: url('./inter_18pt-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'CustomInter';
  font-style: normal;
  font-weight: 500;
  src: url('./inter_18pt-medium.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'CustomInter';
  font-style: normal;
  font-weight: 600;
  src: url('./inter_18pt-bold.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'CustomInter';
  font-style: normal;
  font-weight: 700;
  src: url('./inter_18pt-extrabold.woff2') format('woff2');
}