@charset "utf-8";

/* 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('secret.eot');                                    /* IE9 Compat Modes */
  src: url('secret.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('secret.woff2') format('woff2'),                     /* Super Modern Browsers */
    url('secret.woff') format('woff'),                       /* Pretty Modern Browsers */
    url('secret.ttf') format('truetype'),                    /* Safari, Android, iOS */
    url('secret.otf') format('opentype'),                    /* Open Type Font */
    url('secret.svg#secret') format('svg');                  /* Legacy iOS */
}

input.secret[type=text] {
  font-family: 'Secret';
  speak: none;
}
