/* The Havens at Deer Crest — brand fonts */

/* Licensed Argent file (single regular weight). The old Fontspring-DEMO-*
   trial files are still in ./Argent/ but unused — safe to delete, or keep
   around in case more licensed weights are purchased later. */
@font-face {
  font-family: 'Argent';
  src: url('./Argent/argent-cf.otf') format('opentype');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Manofa';
  src: url('./Manofa/manofa-bold-italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sweet Sans Pro';
  src: url('./Sweet Sans Pro/sweet-sans-pro-regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}

/* Usage:
   body              { font-family: 'Sweet Sans Pro', sans-serif; }
   .eyebrow, .tag    { font-family: 'Manofa', sans-serif; font-weight: 700; font-style: italic; letter-spacing: 2px; text-transform: uppercase; }
   .script-accent    { font-family: 'Argent', serif; font-style: italic; }
*/
