/* Founders Place brand fonts — drop this file and the .woff2 files
   in the same folder (e.g. /fonts) on your site, then import this
   CSS or copy these @font-face rules into your stylesheet. */

@font-face {
  font-family: 'Titling Gothic Wide';
  src: url('./wide-light.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Titling Gothic Wide';
  src: url('./wide-regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Titling Gothic Wide';
  src: url('./wide-bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Titling Gothic Normal';
  src: url('./normal.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Hanley Script';
  src: url('./script.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

/* Usage:
   body            { font-family: 'Titling Gothic Normal', sans-serif; }
   .eyebrow, .tag  { font-family: 'Titling Gothic Wide', sans-serif; font-weight: 700; text-transform: uppercase; }
   h1              { font-family: 'Titling Gothic Wide', sans-serif; font-weight: 300; }
   .script-accent  { font-family: 'Hanley Script', cursive; }
*/
