/* =============================================================================
   ERICKSON CORP — FONTES (self-host, sem CDN)
   Baixe os .woff2 OFL e coloque em ./fonts/ :
     • Space Grotesk  → https://fonts.google.com/specimen/Space+Grotesk  (OFL)
     • Hanken Grotesk → https://fonts.google.com/specimen/Hanken+Grotesk (OFL)
     • JetBrains Mono → https://www.jetbrains.com/lp/mono/               (OFL)
   Os pesos abaixo são os usados pelo sistema (400/500/600/700 + 400/500 mono).
   Enquanto os arquivos não estão presentes, o fallback (system-ui / ui-monospace)
   assume — o layout não quebra.
   ============================================================================= */

/* ---- Space Grotesk (display) ---- */
@font-face{font-family:"Space Grotesk";font-style:normal;font-weight:400;font-display:swap;src:url("./fonts/SpaceGrotesk-Regular.woff2") format("woff2");}
@font-face{font-family:"Space Grotesk";font-style:normal;font-weight:500;font-display:swap;src:url("./fonts/SpaceGrotesk-Medium.woff2") format("woff2");}
@font-face{font-family:"Space Grotesk";font-style:normal;font-weight:600;font-display:swap;src:url("./fonts/SpaceGrotesk-SemiBold.woff2") format("woff2");}
@font-face{font-family:"Space Grotesk";font-style:normal;font-weight:700;font-display:swap;src:url("./fonts/SpaceGrotesk-Bold.woff2") format("woff2");}

/* ---- Hanken Grotesk (UI / texto) ---- */
@font-face{font-family:"Hanken Grotesk";font-style:normal;font-weight:400;font-display:swap;src:url("./fonts/HankenGrotesk-Regular.woff2") format("woff2");}
@font-face{font-family:"Hanken Grotesk";font-style:normal;font-weight:500;font-display:swap;src:url("./fonts/HankenGrotesk-Medium.woff2") format("woff2");}
@font-face{font-family:"Hanken Grotesk";font-style:normal;font-weight:600;font-display:swap;src:url("./fonts/HankenGrotesk-SemiBold.woff2") format("woff2");}
@font-face{font-family:"Hanken Grotesk";font-style:normal;font-weight:700;font-display:swap;src:url("./fonts/HankenGrotesk-Bold.woff2") format("woff2");}

/* ---- JetBrains Mono (mono / números) ---- */
@font-face{font-family:"JetBrains Mono";font-style:normal;font-weight:400;font-display:swap;src:url("./fonts/JetBrainsMono-Regular.woff2") format("woff2");}
@font-face{font-family:"JetBrains Mono";font-style:normal;font-weight:500;font-display:swap;src:url("./fonts/JetBrainsMono-Medium.woff2") format("woff2");}
