/* *TO-DO* - review the usage of this file and its usage in HTML files */

/****************************/
/* ROBOTO FONT FAMILY */
/****************************/

/* Roboto Regular */

@font-face {
  font-family: "Roboto Regular";
  src: url('../../courseware/assets/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}

/* Roboto Italic */

@font-face {
  font-family: "Roboto Italic";
  src: url('../../courseware/assets/fonts/Roboto/Roboto-Italic.ttf') format('truetype');
}

/* Roboto Bold */

@font-face {
  font-family: "Roboto Bold";
  src: url('../../courseware/assets/fonts/Roboto/Roboto-Bold.ttf') format('truetype');
}

/* Roboto Bold Italic */

@font-face {
  font-family: "Roboto Bold Italic";
  src: url('../../courseware/assets/fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
}

/* Roboto Light */

@font-face {
  font-family: "Roboto Light";
  src: url('../../courseware/assets/fonts/Roboto/Roboto-Light.ttf') format('truetype');
}

/* Roboto Light Italic */

@font-face {
  font-family: "Roboto Light Italic";
  src: url('../../courseware/assets/fonts/Roboto/Roboto-LightItalic.ttf') format('truetype');
}

/* Roboto Medium */

@font-face {
  font-family: "Roboto Medium";
  src: url('../../courseware/assets/fonts/Roboto/Roboto-Medium.ttf') format('truetype');
}

/* Roboto Medium Italic */

@font-face {
  font-family: "Roboto Medium Italic";
  src: url('../../courseware/assets/fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
}

/* Roboto Black */

@font-face {
  font-family: "Roboto Black";
  src: url('../../courseware/assets/fonts/Roboto/Roboto-Black.ttf') format('truetype');
}

/* Roboto Black Italic */

@font-face {
  font-family: "Roboto Black Italic";
  src: url('../../courseware/assets/fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype');
}

/* Roboto Condensed Regular */

@font-face {
  font-family: "Roboto Condensed Regular";
  src: url('../../courseware/assets/fonts/Roboto/RobotoCondensed-Regular.ttf') format('truetype');
}

/* Roboto Condensed Regular Italic */

@font-face {
  font-family: "Roboto Condensed Regular Italic";
  src: url('../../courseware/assets/fonts/Roboto/RobotoCondensed-Italic.ttf') format('truetype');
}

/* Roboto Condensed Bold */

@font-face {
  font-family: "Roboto Condensed Bold";
  src: url('../../courseware/assets/fonts/Roboto/RobotoCondensed-Bold.ttf') format('truetype');
}

/* Roboto Condensed Bold Italic */

@font-face {
  font-family: "Roboto Condensed Bold Italic";
  src: url('../../courseware/assets/fonts/Roboto/RobotoCondensed-BoldItalic.ttf') format('truetype');
}

/* Roboto Condensed Light */

@font-face {
  font-family: "Roboto Condensed Light";
  src: url('../../courseware/assets/fonts/Roboto/RobotoCondensed-Light.ttf') format('truetype');
}

/* Roboto Condensed Light Italic */

@font-face {
  font-family: "Roboto Condensed Light Italic";
  src: url('../../courseware/assets/fonts/Roboto/RobotoCondensed-LightItalic.ttf') format('truetype');
}

/****************************/
/* TRADE GOTHIC FONT FAMILY */
/****************************/

/* Trade Gothic Regular */

@font-face {
    font-family: "Trade Gothic Regular";
    src: url('../../courseware/assets/fonts/Trade_Gothic_LT.ttf') format('truetype');
}

/* Trade Gothic Light */

@font-face {
    font-family: "Trade Gothic Light";
    src: url('../../courseware/assets/fonts/TradeGothicLTStd-Light.otf') format("opentype");
}

/* Trade Gothic Bold */

@font-face {
    font-family: "Trade Gothic Bold";
    src: url('../../courseware/assets/fonts/TradeGothicLTStd-Bold.otf') format("opentype");
}

/* Trade Gothic Condensed Bold */

@font-face {
    font-family: "Trade Gothic Condensed Bold";
    src: url('../../courseware/assets/fonts/Trade-Gothic-no-20-Condensed-Bold.ttf') format("truetype");
}

/* Trade Gothic Condensed Light */

@font-face {
    font-family: "Trade Gothic Condensed Light";
    src: url('../../courseware/assets/fonts/TradeGothicLTStd-Cn18.otf') format("opentype");
}

/*************************/
/* HELVETICA FONT FAMILY */
/*************************/

/* Helvetica Neue Roman */
@font-face {
    font-family: "HelveticaNeueW02-55Roma";
    src: url('../../courseware/assets/fonts/HelveticaNeueW02-55Roma.ttf') format("truetype");
}

/* Helvetica Light */
@font-face {
    font-family: "HelveticaNeueW01-45Ligh";
    src: url('../../courseware/assets/fonts/HelveticaNeueW01-45Ligh.ttf') format("truetype");
}

/* Helvetica Ultra Light */
@font-face {
    font-family: "HelveticaNeueW01-UltLt";
    src: url('../../courseware/assets/fonts/HelveticaNeueW01-UltLt.ttf') format("truetype");
}

/* Helvetica Bold */
@font-face {
    font-family: "HelveticaNeueW01-75Bold";
    src: url('../../courseware/assets/fonts/HelveticaNeueW01-75Bold.ttf') format("truetype");
}
