@font-face {
    font-family: 'Intro';
    src: url('Intro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.regular16{             
            font-family: "Intro";
                font-size: 12px;
                line-height: 1.2;
            }

.regular16shadow{             
            font-family: "Intro";
                font-size: 12px;
                line-height: 1.0;
                text-shadow: 1px 1px 2px #000000;
            }
            
.light16{             
            font-family: "Intro";
                font-size: 12px;
                line-height: 1.2;
            }
            
            .light16shadow{             
            font-family: "Intro";
                font-size: 12px;
                line-height: 1.0;
                text-shadow: 1px 1px 2px #000000;
            }
            
            .regular16x{             
            font-family: "Intro";
                font-size: 12px;
                line-height: 1.0;
            }