﻿/* Typography */
/*--Open Sans Regular--*/
@font-face
{
  font-family: 'Open Sans';
  src: url("../../../fonts/OpenSans-Regular.eot");
  src: url("../../../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"),
  url("../../../fonts/OpenSans-Regular.ttf") format("truetype"),
  url("../../../fonts/OpenSans-Regular.svg#Regular") format("svg");
  font-weight: normal;
  font-style: normal; 
}

/*--Open Sans Bold--*/
@font-face
{
  font-family: 'Open Sans';
  src: url("../../../fonts/opensans-bold-webfont.eot");
  src: url("../../../fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"),
  url("../../../fonts/opensans-bold-webfont.ttf") format("truetype"),
  url("../../../fonts/opensans-bold-webfont.svg#bold") format("svg");
  font-weight: bold;
  font-style: normal; 
}