@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/Teko-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/Inter-Regular.woff2?v=3.19') format('woff2'),
    url('/fonts/Inter-Regular.woff?v=3.19') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/Inter-Medium.woff2?v=3.19') format('woff2'),
    url('/fonts/Inter-Medium.woff?v=3.19') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/Inter-SemiBold.woff2?v=3.19') format('woff2'),
    url('/fonts/Inter-SemiBold.woff?v=3.19') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/Inter-Bold.woff2?v=3.19') format('woff2'),
    url('/fonts/Inter-Bold.woff?v=3.19') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/Inter-ExtraBold.woff2?v=3.19') format('woff2'),
    url('/fonts/Inter-ExtraBold.woff?v=3.19') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/Inter-Black.woff2?v=3.19') format('woff2'),
    url('/fonts/Inter-Black.woff?v=3.19') format('woff');
}
