/* CSS Document */
@font-face {
    font-family: 'gfaf_obscure_text_regular';
    src: url('../gfafobscuretext-regular-webfont.html') format('woff2'),
         url('../gfafobscuretext-regular-webfont-2.html') format('woff'),
         url('../gfafobscuretext-regular-webfont-3.html') format('truetype');
    font-weight: normal;
    font-style: normal;

}
.gfafobscure input:not(:placeholder-shown),
.gfafobscure textarea:not(:placeholder-shown) {
	font-family: 'gfaf_obscure_text_regular' !important;
	letter-spacing: 2px !important;
}
.gfaflockdown input,
.gfaflockdown label {
	pointer-events: none !important;
}
.gfaftextarearows textarea {
	height: auto !important;
}
.gfaftextarearowsauto textarea {
	field-sizing: content !important;
	height: auto !important;
}
