/* Self-hosted fonts so the app works fully offline (no internet needed).
   Static weights (not variable fonts): html2canvas-style space-dropping is
   avoided and jsPDF can embed these directly for vector PDF export. */

@font-face { font-family:"Inter"; src:url("assets/Inter-Regular.ttf")  format("truetype"); font-weight:400; font-display:swap; }
@font-face { font-family:"Inter"; src:url("assets/Inter-Bold.ttf")     format("truetype"); font-weight:700; font-display:swap; }
@font-face { font-family:"Inter"; src:url("assets/Inter-ExtraBold.ttf")format("truetype"); font-weight:800; font-display:swap; }

@font-face { font-family:"Playfair Display"; src:url("assets/Playfair-Regular.ttf") format("truetype"); font-weight:400; font-display:swap; }

@font-face { font-family:"Allura"; src:url("assets/Allura.ttf") format("truetype"); font-weight:400; font-display:swap; }
