/**
 * Falls Cipher Font - Web Font Declaration
 *
 * Usage:
 * 1. Link this CSS file in your HTML:
 *    <link rel="stylesheet" href="path/to/fontface.css">
 *
 * 2. Or copy the @font-face declaration below into your stylesheet
 *
 * 3. Apply the font:
 *    .cipher { font-family: 'Falls Cipher', sans-serif; }
 */

@font-face {
  font-family: 'Falls Cipher';
  src: url('../fonts/FallsCipher-Regular.woff2') format('woff2'),
       url('../fonts/FallsCipher-Regular.otf') format('opentype'),
       url('../fonts/FallsCipher-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Example usage */
.falls-cipher {
  font-family: 'Falls Cipher', sans-serif;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
