@charset "UTF-8";
/* CSS Document */

 @font-face {
   src: local("Thyb"), url("http://thyb.net/cosmos/fonts/Thyb-Light.otf") format("opentype");
   font-family: "Thyb";
 }
 .thyb {
   font-family: Thyb, "Century Gothic", sans-serif;
 }


 @font-face {
   src: local("Thyb-Bold"), url("http://thyb.net/cosmos/fonts/Thyb-Bold.otf") format("opentype");
   font-family: "Thyb Bold";

 }
 .thyb-bold {
   font-family: "Thyb Bold", Thyb, "Century Gothic" , sans-serif;
   font-weight: bold;

 }

/* This handle is accessed with id= instead of class= within H1 tag, just to test */
 h1#thyb {
   font-family: Thyb, "Century Gothic", sans-serif;
 }
