/*
  Aegiscan site fonts — unify the whole site to Space Grotesk (the landing font),
  and hide Framer "Video section" orange radial-gradient + video on legal pages
  (it flickers orange while loading). Pixelify Sans headings stay via .aegiscan-pixel
  (declared per-page where used). Brand logo Hikasami preserved.
*/
@font-face { font-family:"Space Grotesk"; src:url(/assets/framerusercontent.com/third-party-assets/fontshare/wf/6DG6HUOGHOB35UGAANBDBVY77OCFNQOA/MX56D7EXTFRCL3EZPNM332VF6D5TDENT/2MGP255ZY2RSFHKW6LNN6W6BWQGC2LUO.woff2) format("woff2"); font-display:swap; font-style:normal; font-weight:400 }
@font-face { font-family:"Space Grotesk"; src:url(/assets/framerusercontent.com/third-party-assets/fontshare/wf/LQZILVYBY2UXBMF3ZGAZKDS2P53HB2G5/XB4XS4AXY7LIGYBYPO7RTAIGNPOSSI7K/V2SN6OQGC3Z2CCFHLOEJRJKQXUTOKEBX.woff2) format("woff2"); font-display:swap; font-style:normal; font-weight:500 }
@font-face { font-family:"Space Grotesk"; src:url(/assets/framerusercontent.com/third-party-assets/fontshare/wf/FOIKAJFLDFRPJ452NHBMMHCNDL4FUUBB/5AC3Y6FTG5H7IECKNZVIR7XI64O5YW5S/OB3CIWMGQGGYEGXRXPOVBXWAH4INE6T4.woff2) format("woff2"); font-display:swap; font-style:normal; font-weight:600 }
@font-face { font-family:"Space Grotesk"; src:url(/assets/framerusercontent.com/third-party-assets/fontshare/wf/GFEQC7SZ2XMFHB2INR6RE24JKHO5JNTS/R2HDHPNP7PMXFG5AIIV7PF3KFELSLGKJ/COAKOVM7H37QQIPEFBZNVR5EL4GEPLQU.woff2) format("woff2"); font-display:swap; font-style:normal; font-weight:700 }

/* Unify all text to Space Grotesk (matches the landing). */
body, body * {
  font-family: "Space Grotesk", "Space Grotesk Placeholder", -apple-system, BlinkMacSystemFont, sans-serif !important;
}
/* Preserve brand/logo Hikasami where present. */
[style*="Hikasami"] {
  font-family: "Hikasami Variable", "Space Grotesk", sans-serif !important;
}

/* Hide Framer "Video section" orange radial-gradient background + its video on
   legal pages — it flickers orange while the video range-loads. Page keeps the
   numbers-bg canvas + dark body bg instead. */
[data-framer-name="Video section"],
[data-framer-name="Video section"] video {
  background: transparent !important;
  background-image: none !important;
}
[data-framer-name="Video section"] video { display: none !important; }


/* aegiscan-pixel-label-v1 */
/* Monocraft pixel font — same as landing .aegiscan-pixel. Self-hosted woff2 (latin+cyrillic, 157 cyr glyphs). */
@font-face { font-family:"Monocraft"; src:url(/assets/fonts.gstatic.com/monocraft.woff2) format("woff2"); font-display:swap; font-style:normal; font-weight:400 }
/* Orange section eyebrows (.funnel-label) -> pixel Monocraft, matching landing. (0,1,0)!important beats body* (0,0,1). Keeps size/color/text-transform from funnel.css. */
.funnel-label {
  font-family: "Monocraft", "Space Grotesk", monospace !important;
  font-weight: 400 !important;
  letter-spacing: 0.08em;
}
