
/* text in named and numbered font-weights */

.lighter{font-weight:lighter;}
.normal{font-weight:normal;}
.bold{font-weight:bold;}
.bolder{font-weight:bolder;}
.w100{font-weight:100;}
.w200{font-weight:200;}
.w300{font-weight:300;}
.w400{font-weight:400;}
.w500{font-weight:500;}
.w600{font-weight:600;}
.w700{font-weight:700;}
.w800{font-weight:800;}
.w900{font-weight:900;}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Generic Font Code provided by Sebastian Meer - www.sm.gs & BagOfNuts.com 2006 */
/* Please give me a reference in your code or site - Thanks for visiting.        */
/* No warranty is given for your use of this code, but it is just CSS; afterall. */
/* You can contact me via: http://www.sm.gs/Site/contact.php                     */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

