@CHARSET "UTF-8";

/* Segoe UI */

@font-face 
{
    font-family: 'SegoeUILight';
     src: url("../../segoeuil.ttf");
    font-style: light;
}

@font-face 
{
    font-family: 'SegoeUI';
     src: url("../../segoeui.ttf");
    font-style: normal;
}

@font-face 
{
    font-family: 'SegoeUISemiBold';
     src: url("../../seguisb.ttf");
    font-style: bold;
}




/* PT Sans */
@font-face
{
    font-family: 'PTSansCaption';
	src: url("../../PTC75F.ttf");
    font-style: bold;
}

@font-face
{
    font-family: 'PTSans';
	src: url("../../PTS55F.ttf");
    font-style: bold;
}


/* Open Sans */

@font-face 
{
    font-family: 'OpenSans';
     src: url("../../OpenSans-Regular.ttf");
    font-style: normal;
}


@font-face 
{
    font-family: 'OpenSans Semibold';
     src: url("../../OpenSans-Semibold.ttf");
    font-style: normal;
}



/* Museo Sans */

@font-face
{
	font-family: 'MuseoSans-300';
	src: url("../../MuseoSans-300.otf");
	font-style: normal;
}

/* Helvetica Neue */

@font-face
{
	font-family: 'HelveticaNeue';
	src:url("../../HelveticaNeue.ttf");
	font-style:normal;
}

@font-face
{
	font-family: 'HelveticaNeueLight';
	src:url("../../HelveticaNeueLight.ttf");
	font-style:normal;
}
