/* Windows 98 System Fonts - @font-face declarations */

/* Arial */
@font-face {
  font-family: 'Arial';
  src: local('Arial'), local('Arial Regular');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Arial';
  src: local('Arial Bold'), local('Arial-Bold');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Arial';
  src: local('Arial Italic'), local('Arial-Italic');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Arial';
  src: local('Arial Bold Italic'), local('Arial-BoldItalic');
  font-weight: bold;
  font-style: italic;
}

/* Comic Sans MS */
@font-face {
  font-family: 'Comic Sans MS';
  src: local('Comic Sans MS'), local('ComicSansMS');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Comic Sans MS';
  src: local('Comic Sans MS Bold'), local('ComicSansMS-Bold');
  font-weight: bold;
  font-style: normal;
}

/* Courier New */
@font-face {
  font-family: 'Courier New';
  src: local('Courier New'), local('CourierNew');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Courier New';
  src: local('Courier New Bold'), local('CourierNew-Bold');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Courier New';
  src: local('Courier New Italic'), local('CourierNew-Italic');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Courier New';
  src: local('Courier New Bold Italic'), local('CourierNew-BoldItalic');
  font-weight: bold;
  font-style: italic;
}

/* Georgia */
@font-face {
  font-family: 'Georgia';
  src: local('Georgia');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Georgia';
  src: local('Georgia Bold'), local('Georgia-Bold');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Georgia';
  src: local('Georgia Italic'), local('Georgia-Italic');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Georgia';
  src: local('Georgia Bold Italic'), local('Georgia-BoldItalic');
  font-weight: bold;
  font-style: italic;
}

/* Lucida Console */
@font-face {
  font-family: 'Lucida Console';
  src: local('Lucida Console');
  font-weight: normal;
  font-style: normal;
}

/* Microsoft Sans Serif */
@font-face {
  font-family: 'Microsoft Sans Serif';
  src: local('Microsoft Sans Serif');
  font-weight: normal;
  font-style: normal;
}

/* Tahoma */
@font-face {
  font-family: 'Tahoma';
  src: local('Tahoma');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tahoma';
  src: local('Tahoma Bold'), local('Tahoma-Bold');
  font-weight: bold;
  font-style: normal;
}

/* Times New Roman */
@font-face {
  font-family: 'Times New Roman';
  src: local('Times New Roman');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Times New Roman';
  src: local('Times New Roman Bold'), local('TimesNewRoman-Bold');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Times New Roman';
  src: local('Times New Roman Italic'), local('TimesNewRoman-Italic');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Times New Roman';
  src: local('Times New Roman Bold Italic'), local('TimesNewRoman-BoldItalic');
  font-weight: bold;
  font-style: italic;
}

/* Trebuchet MS */
@font-face {
  font-family: 'Trebuchet MS';
  src: local('Trebuchet MS');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Trebuchet MS';
  src: local('Trebuchet MS Bold'), local('TrebuchetMS-Bold');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Trebuchet MS';
  src: local('Trebuchet MS Italic'), local('TrebuchetMS-Italic');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Trebuchet MS';
  src: local('Trebuchet MS Bold Italic'), local('TrebuchetMS-BoldItalic');
  font-weight: bold;
  font-style: italic;
}

/* Verdana */
@font-face {
  font-family: 'Verdana';
  src: local('Verdana');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Verdana';
  src: local('Verdana Bold'), local('Verdana-Bold');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Verdana';
  src: local('Verdana Italic'), local('Verdana-Italic');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Verdana';
  src: local('Verdana Bold Italic'), local('Verdana-BoldItalic');
  font-weight: bold;
  font-style: italic;
}
