/* Founders Place brand fonts */

@font-face {
  font-family: 'Titling Gothic Wide';
  src: url('./fonts/TitlingGothicFBWide-Light.otf') format('opentype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Titling Gothic Wide';
  src: url('./fonts/TitlingGothicFBWide-Regular.otf') format('opentype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Titling Gothic Wide';
  src: url('./fonts/TitlingGothicFBWide-Bold.otf') format('opentype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Titling Gothic Normal';
  src: url('./fonts/TitlingGothicFBNormal-Regular.otf') format('opentype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Hanley Script';
  src: url('./fonts/HanleyPro-Script.otf') format('opentype');
  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; }
*/
