@font-face {
  font-family: 'GraphikCond';
  font-weight: normal;
  font-style: normal;
  src: url('./GraphikCondensed-Black.otf') format("opentype");
}

@font-face {
  font-family: 'GraphikCond';
  font-weight: bold;
  font-style: normal;
  src: url('./GraphikCondensed-Bold.otf') format("opentype");
}

@font-face {
  font-family: 'RobotoCondensed';
  font-weight: normal;
  font-style: normal;
  src: url('./RobotoCondensed-Regular.ttf');
}

@font-face {
  font-family: 'RobotoCondensed';
  font-weight: 700;
  font-style: normal;
  src: url('./RobotoCondensed-Bold.ttf');
}

@font-face {
  font-family: 'RobotoCondensed';
  font-weight: 300;
  font-style: normal;
  src: url('./RobotoCondensed-Light.ttf');
}

@font-face {
  font-family: 'RobotoCondensed';
  font-weight: normal;
  font-style: italic;
  src: url('./RobotoCondensed-Italic.ttf');
}

@font-face {
  font-family: 'RobotoCondensed';
  font-weight: bold;
  font-style: italic;
  src: url('./RobotoCondensed-BoldItalic.ttf');
}

@font-face {
  font-family: 'RobotoCondensed';
  font-weight: 300;
  font-style: italic;
  src: url('./RobotoCondensed-LightItalic.ttf');
}

@font-face {
  font-family: 'Inter';
  font-weight: normal;
  font-style: normal;
  src: url('./Inter-Regular.ttf');
}

@font-face {
  font-family: 'Inter';
  font-weight: bold;
  font-style: normal;
  src: url('./Inter-Bold.ttf');
}

@font-face {
  font-family: 'Inter';
  font-weight: 900;
  font-style: normal;
  src: url('./Inter-Black.ttf');
}

@font-face {
  font-family: 'Inter';
  font-weight: 800;
  font-style: normal;
  src: url('./Inter-ExtraBold.ttf');
}

@font-face {
  font-family: 'Inter';
  font-weight: 600;
  font-style: normal;
  src: url('./Inter-SemiBold.ttf');
}

@font-face {
  font-family: 'Inter';
  font-weight: 300;
  font-style: normal;
  src: url('./Inter-Light.ttf');
}

@font-face {
  font-family: 'Inter';
  font-weight: 200;
  font-style: normal;
  src: url('./Inter-ExtraLight.ttf');
}

@font-face {
  font-family: 'Inter';
  font-weight: 500;
  font-style: normal;
  src: url('./Inter-Medium.ttf');
}

@font-face {
  font-family: 'Inter';
  font-weight: 100;
  font-style: normal;
  src: url('./Inter-Thin.ttf');
}