@font-face {
  font-family: 'TT Commons';
  src: url(./fonts/fonts/TT_Commons/TTCommons-ExtraBold.ttf);
  font-weight: 800;
}

@font-face {
  font-family: 'TT Commons';
  src: url(./fonts/fonts/TT_Commons/TTCommons-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: 'TT Commons';
  src: url(./fonts/fonts/TT_Commons/TTCommons-DemiBold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: 'TT Commons';
  src: url(./fonts/fonts/TT_Commons/TTCommons-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: 'TT Commons';
  src: url(./fonts/fonts/TT_Commons/TTCommons-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: 'Quiza Pro';
  src: url('./fonts/fonts/Quiza_Pro/QuizaPro-Bold.woff2') format('woff2'), url('./fonts/fonts/Quiza_Pro/QuizaPro-Bold.woff') format('woff');
  font-weight: 700;
}

@font-face {
  font-family: 'Quiza Pro';
  src: url('./fonts/fonts/Quiza_Pro/QuizaPro-SemiBold.woff2') format('woff2'), url('./fonts/fonts/Quiza_Pro/QuizaPro-SemiBold.woff') format('woff');
  font-weight: 600;
}

@font-face {
  font-family: 'Quiza Pro';
  src: url('./fonts/fonts/Quiza_Pro/QuizaPro-Medium.woff2') format('woff2'), url('./fonts/fonts/Quiza_Pro/QuizaPro-Medium.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Quiza Pro';
  src: url('./fonts/fonts/Quiza_Pro/QuizaPro-Regular.woff2') format('woff2'), url('./fonts/fonts/Quiza_Pro/QuizaPro-Regular.woff') format('woff');
  font-weight: 400;
}