

/* =BASE
   Typography, headings etc.
	 Base size is 12px for Portuguese (1em = 12px)
	 1px = 0.083em -> Npx = N * 0.083em
	 
	 Calculate line heights, vertical paddings and margins:
	 x = l/h
	 l = base line height
	 h = height of element (i.e. font size or margin/padding)
	 
+++++++++++++++++++++++++++++++++++++++++++++++ */

/* Embedded fonts

This CSS resource incorporates links to font software which is the valuable 
copyrighted property of Rosetta and/or its suppliers. You may not attempt to copy,
install, redistribute, convert, modify or reverse engineer this font software. 
Please contact Rosetta with any questions regarding Web Fonts: info@rosettatype.com

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@font-face {
  font-family:"BBCNassim";
  src: url("http://www.bbc.co.uk/ws/fonts/urdu/BBC-Nassim-Regular.eot");
  src: local("☺"),
    url("http://www.bbc.co.uk/ws/fonts/urdu/BBC-Nassim-Regular.woff") format("woff"),
    url("http://www.bbc.co.uk/ws/fonts/urdu/BBC-Nassim-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
 
@font-face {
  font-family:"BBCNassim";
  src: url("http://www.bbc.co.uk/ws/fonts/urdu/BBC-Nassim-Bold.eot");
  src: local("☺"),
    url("http://www.bbc.co.uk/ws/fonts/urdu/BBC-Nassim-Bold.woff") format("woff"),
    url("http://www.bbc.co.uk/ws/fonts/urdu/BBC-Nassim-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
