/* Harbour Glass - self-hosted font declarations
 * Fredericka the Great is loaded exclusively via Typekit kit ptv7mxa (see functions.php).
 * This file declares only Bradley Hand ITC, the brand-name font used in the .brand-name span.
 * Pure ASCII only (see functions.php note on upload-chain encoding).
 */

@font-face {
  font-family: 'Bradley Hand';
  src: url('../fonts/BradleyHand-Regular.woff2') format('woff2'),
       url('../fonts/BradleyHand-Regular.woff') format('woff'),
       url('../fonts/Bradley Hand ITC Std Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bradley Hand';
  src: url('../fonts/BradleyHand-Bold.woff2') format('woff2'),
       url('../fonts/BradleyHand-Bold.woff') format('woff'),
       url('../fonts/Bradley Hand ITC Std Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Brand name utility - "Harbour Glass" rendered in Bradley Hand */
.brand-name {
  font-family: 'Bradley Hand', cursive;
  font-weight: 700;
  letter-spacing: 0.01em;
}
