/* GARAMOND */

/*REGULAR*/
@font-face {
  font-family: 'Garamond';
  src: url('fonts/AGaramondLT-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/AGaramondLT-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/AGaramondLT-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/AGaramondLT-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/AGaramondLT-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/AGaramondLT-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight: 300;
  font-style: normal;  
}
@font-face {
  font-family: 'Garamond';
  src: url('fonts/AGaramondLT-Italic.eot'); /* IE9 Compat Modes */
  src: url('fonts/AGaramondLT-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/AGaramondLT-Italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/AGaramondLT-Italic.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/AGaramondLT-Italic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/AGaramondLT-Italic.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight: 300;
  font-style: italic;  
}

/*SEMMIBOLD*/
@font-face {
  font-family: 'Garamond';
  src: url('fonts/AGaramondLT-Semibold.eot'); /* IE9 Compat Modes */
  src: url('fonts/AGaramondLT-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/AGaramondLT-Semibold.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/AGaramondLT-Semibold.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/AGaramondLT-Semibold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/AGaramondLT-Semibold.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight: 500;
  font-style: normal;  
}

@font-face {
  font-family: 'Garamond';
  src: url('fonts/AGaramondLT-SemiboldItalic.eot'); /* IE9 Compat Modes */
  src: url('fonts/AGaramondLT-SemiboldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/AGaramondLT-SemiboldItalic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/AGaramondLT-SemiboldItalic.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/AGaramondLT-SemiboldItalic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/AGaramondLT-SemiboldItalic.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight: 500;
  font-style: italic;  
}
/*BOLD*/
@font-face {
  font-family: 'Garamond';
  src: url('fonts/AGaramondLT-Bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/AGaramondLT-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/AGaramondLT-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/AGaramondLT-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/AGaramondLT-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/AGaramondLT-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight: 800;
  font-style: normal;  
}

@font-face {
  font-family: 'Garamond';
  src: url('fonts/AGaramondLT-BoldItalic.eot'); /* IE9 Compat Modes */
  src: url('fonts/AGaramondLT-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/AGaramondLT-BoldItalic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/AGaramondLT-BoldItalic.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/AGaramondLT-BoldItalic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/AGaramondLT-BoldItalic.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight: 800;
  font-style: italic;  
}

/* ARIAL */
@font-face {
  font-family: 'Arial';
  src: url('fonts/ARIAL.ttf');
  font-weight: 300;
  font-style: normal;  
}

@font-face {
  font-family: 'Arial';
  src: url('fonts/ARIAL-ITALIC.ttf');
  font-weight: 300;
  font-style: italic;  
}
@font-face {
  font-family: 'Arial';
  src: url('fonts/ARIAL-BOLD.ttf');
  font-weight: 600;
  font-style: normal;  
}

@font-face {
  font-family: 'Arial';
  src: url('fonts/ARIAL-BOLD-ITALIC.ttf');
  font-weight: 600;
  font-style: italic; 
}