/* 
  font faces from CIMS Style Guide

  I've commented out all the different permutations because it seems they started
  fighting with each other when defined this way

  From what I can tell, the regular font is sufficient to generate bold, italic, or bold-italic
*/
@font-face {
  font-family: 'Arial';
  src: local('Arial'), url('fonts/arial.regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* 
@font-face {
  font-family: 'Arial';
  src: local('Arial'), url('fonts/arial.bold.woff') format('woff');
  font-weight: bold;
  font-weight: normal;
}

@font-face {
  font-family: 'Arial';
  src: local('Arial'), url('fonts/arial.italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Arial';
  src: local('Arial'), url('fonts/arial.bold.italic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
} */

@font-face {
  font-family: 'Calibri';
  src: local('Calibri'), url('fonts/calibri.regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* 
@font-face {
  font-family: 'Calibri';
  src: local('Calibri'), url('fonts/calibri.bold.woff') format('woff');
  font-weight: bold;
  font-weight: normal;
}

@font-face {
  font-family: 'Calibri';
  src: local('Calibri'), url('fonts/calibri.italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Calibri';
  src: local('Calibri'), url('fonts/calibri.bold.italic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
} */

@font-face {
  font-family: 'Helvetica';
  src: local('Helvetica'), url('fonts/helvetica.regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* 
@font-face {
  font-family: 'Helvetica';
  src: local('Helvetica'), url('fonts/helvetica.bold.woff') format('woff');
  font-weight: bold;
  font-weight: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: local('Helvetica'), url('fonts/helvetica.italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Helvetica';
  src: local('Helvetica'),
    url('fonts/helvetica.bold.italic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
} */

@font-face {
  font-family: 'Trueno';
  src: local('Trueno'), url('fonts/trueno.regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* 
@font-face {
  font-family: 'Trueno';
  src: local('Trueno'), url('fonts/trueno.bold.woff') format('woff');
  font-weight: bold;
  font-weight: normal;
}

@font-face {
  font-family: 'Trueno';
  src: local('Trueno'), url('fonts/trueno.italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Trueno';
  src: local('Trueno'), url('fonts/trueno.bold.italic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
} */
