@font-face {
  font-family: "Font-Bold";
  font-style: normal;
  font-weight: normal;
  src: url('./fonts/bold.eot'); /* IE9 Compat Modes */
  src: url('./fonts/bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('./fonts/bold.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: "Font-Medium";
  font-style: normal;
  font-weight: normal;
  src: url('./fonts/medium.eot'); /* IE9 Compat Modes */
  src: url('./fonts/medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/medium.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/medium.woff') format('woff'), /* Pretty Modern Browsers */
       url('./fonts/medium.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: "Font-Regular";
  font-style: normal;
  font-weight: normal;
  src: url('./fonts/regular.eot'); /* IE9 Compat Modes */
  src: url('./fonts/regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('./fonts/regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}