/* CSS Document */
@font-face {
    font-family: 'gfaf_obscure_text_regular';
    src: url('/wp-content/plugins/gravity-forms-auto-formatter/fonts/gfafobscuretext-regular-webfont.woff2') format('woff2'),
         url('/wp-content/plugins/gravity-forms-auto-formatter/fonts/gfafobscuretext-regular-webfont.woff') format('woff'),
         url('/wp-content/plugins/gravity-forms-auto-formatter/fonts/gfafobscuretext-regular-webfont.ttf') 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;
}
