/* Font converted using "font-converter.net" */
/* https://font-converter.net/en */
/* https://css-tricks.com/snippets/css/using-font-face/ */
@font-face {
  font-family: 'secret';
  font-style: normal;
  font-weight: normal;
  src: url('/library/fonts/secret.eot');                                    /* IE9 Compat Modes */
  src: url('/library/fonts/secret.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/library/fonts/secret.woff2') format('woff2'),                     /* Super Modern Browsers */
    url('/library/fonts/secret.woff') format('woff'),                       /* Pretty Modern Browsers */
    url('/library/fonts/secret.ttf') format('truetype'),                    /* Safari, Android, iOS */
    url('/library/fonts/secret.otf') format('opentype'),                    /* Open Type Font */
    url('/library/fonts/secret.svg#secret') format('svg');                  /* Legacy iOS */
}

input.secret[type=text] {
  font-family: 'secret';
  speak: none;
}
