/* Proxima Nova */
@font-face {
  font-family: 'Proxima-Nova';
  src: url(../fonts/ProximaNova/Proxima\ Nova\ Thin.otf) format('opentype');
  font-weight: 300;
}
@font-face {
  font-family: 'Proxima-Nova';
  src: url(../fonts/ProximaNova/Proxima\ Nova\ Light.otf) format('opentype');
  font-weight: 400;
}
@font-face {
  font-family: 'Proxima-Nova';
  src: url(../fonts/ProximaNova/Proxima\ Nova\ Regular.otf) format('opentype');
  font-weight: 500;
}
@font-face {
  font-family: 'Proxima-Nova';
  src: url(../fonts/ProximaNova/Proxima\ Nova\ Semibold.otf) format('opentype');
  font-weight: 700;
}
@font-face {
  font-family: 'Proxima-Nova';
  src: url(../fonts/ProximaNova/Proxima\ Nova\ Bold.otf) format('opentype');
  font-weight: 800;
}
/* Proxima Nova Condensed */
@font-face {
  font-family: 'Proxima-Nova-Condensed';
  src: url(../fonts/ProximaNova/Proxima\ Nova\ Condensed\ Thin.otf) format('opentype');
  font-weight: 300;
}
@font-face {
  font-family: 'Proxima-Nova-Condensed';
  src: url(../fonts/ProximaNova/Proxima\ Nova\ Condensed\ Light.otf) format('opentype');
  font-weight: 400;
}
@font-face {
  font-family: 'Proxima-Nova-Condensed';
  src: url(../fonts/ProximaNova/Proxima\ Nova\ Condensed\ Light\ Italic.otf) format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Proxima-Nova-Condensed';
  src: url(../fonts/ProximaNova/Proxima\ Nova\ Condensed\ Semibold.otf) format('opentype');
  font-weight: 700;
}
/* Proxima Nova Extra Condensed */
@font-face {
  font-family: 'Proxima-Nova-Extra-Condensed';
  src: url(../fonts/ProximaNova/Proxima\ Nova\ Extra\ Condensed\ Thin.otf) format('opentype');
  font-weight: 300;
}
@font-face {
  font-family: 'Proxima-Nova-Extra-Condensed';
  src: url(../fonts/ProximaNova/Proxima\ Nova\ Extra\ Condensed\ Light.otf) format('opentype');
  font-weight: 400;
}
@font-face {
  font-family: 'Proxima-Nova-Extra-Condensed';
  src: url(../fonts/ProximaNova/Proxima\ Nova\ Extra\ Condensed\ Light\ Italic.otf) format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Proxima-Nova-Extra-Condensed';
  src: url(../fonts/ProximaNova/Proxima\ Nova\ Extra\ Condensed\ Semibold.otf) format('opentype');
  font-weight: 700;
}
/* SourceSans3 */
@font-face {
  font-family: 'SourceSans3';
  src: url(../fonts/SourceSans3/SourceSans3-ExtraLight.ttf) format('truetype');
  font-weight: 200;
}
@font-face {
  font-family: 'SourceSans3';
  src: url(../fonts/SourceSans3/SourceSans3-Light.ttf) format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'SourceSans3';
  src: url(../fonts/SourceSans3/SourceSans3-Regular.ttf) format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'SourceSans3';
  src: url(../fonts/SourceSans3/SourceSans3-Italic.ttf) format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'SourceSans3';
  src: url(../fonts/SourceSans3/SourceSans3-Semibold.ttf) format('truetype');
  font-weight: 700;
}

/* Roboto */
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto/Roboto-Thin.ttf) format('truetype');
  font-weight: 200;
}
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto/Roboto-Light.ttf) format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto/Roboto-Regular.ttf) format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto/Roboto-Italic.ttf) format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto/Roboto-Medium.ttf) format('truetype');
  font-weight: 700;
}
/* Amatic SC*/
@font-face {
  font-family: 'Amatic';
  src: url(../fonts/AmaticSC/AmaticSC-Regular.ttf) format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Amatic';
  src: url(../fonts/AmaticSC/AmaticSC-Bold.ttf) format('truetype');
  font-weight: 700;
}
/* font-weight: 100;
font-weight: 200;
font-weight: 300;
font-weight: 400;  normal
font-weight: 500;
font-weight: 600;
font-weight: 700;  bold
font-weight: 800;
font-weight: 900; */


