/* ==========================================================================
   SignFlow — locally bundled fonts. NO external CDN at sign time so the
   signer page works for any client, on any network, even offline-ish.
   UI: Inter + Space Grotesk. Signature: 6 handwriting faces.
   ========================================================================== */

/* ---- UI faces ----------------------------------------------------------- */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/Inter.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/Inter-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/Inter-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/Inter-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/SpaceGrotesk-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/SpaceGrotesk-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/SpaceGrotesk-700.woff2') format('woff2');
}

/* ---- Signature faces ---------------------------------------------------- */
/* font-family names here MUST match the keys SignFlow stores in field.font
   and the keys engine.py maps to TTF files for PDF stamping. */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('fonts/dancingscript.woff2') format('woff2');
}
@font-face {
  font-family: 'Great Vibes';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('fonts/greatvibes.woff2') format('woff2');
}
@font-face {
  font-family: 'Sacramento';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('fonts/sacramento.woff2') format('woff2');
}
@font-face {
  font-family: 'Pacifico';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('fonts/pacifico.woff2') format('woff2');
}
@font-face {
  font-family: 'Caveat';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('fonts/caveat.woff2') format('woff2');
}
@font-face {
  font-family: 'Allura';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('fonts/allura.woff2') format('woff2');
}
