/* Signature typefaces. The same files are what SignatureRenderingService draws a signature with on
   the signed PDF, so a name shown in one of these families on a signing page is the mark the
   document receives. The family names must match Services/Documents/SignatureFontFaces.cs.

   Each face declares the full weight range so a bold rule on the element showing it (the field
   overlay sets 600) uses the file as it is, instead of the browser thickening it into a mark the PDF
   does not carry.

   All four are licensed under the SIL Open Font License; the license texts sit beside the files. */
@font-face { font-family: "Signature Dancing Script"; font-style: normal; font-weight: 100 900; font-display: swap; src: url("../fonts/signature/DancingScript-Bold.ttf") format("truetype"); }
@font-face { font-family: "Signature Great Vibes"; font-style: normal; font-weight: 100 900; font-display: swap; src: url("../fonts/signature/GreatVibes-Regular.ttf") format("truetype"); }
@font-face { font-family: "Signature Allura"; font-style: normal; font-weight: 100 900; font-display: swap; src: url("../fonts/signature/Allura-Regular.ttf") format("truetype"); }
@font-face { font-family: "Signature Pacifico"; font-style: normal; font-weight: 100 900; font-display: swap; src: url("../fonts/signature/Pacifico-Regular.ttf") format("truetype"); }

.font-signature-script { font-family: "Signature Dancing Script", cursive; }
.font-signature-calligraphy { font-family: "Signature Great Vibes", cursive; }
.font-signature-formal { font-family: "Signature Allura", cursive; }
.font-signature-casual { font-family: "Signature Pacifico", cursive; }
