/* =========================
   Inter (UI font)
   ========================= */
@font-face {
  font-family: 'Inter';
  src: url('../../fonts/inter/Inter-Light.otf');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Inter';
  src: url('../../fonts/inter/Inter-Regular.otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../../fonts/inter/Inter-Medium.otf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../../fonts/inter/Inter-SemiBold.otf');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../../fonts/inter/Inter-Bold.otf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

