/* Webfonty — VŠECHNY self-hostované.
   Google Fonts @import ODSTRANĚN: načítání z fonts.googleapis.com posílá IP adresu
   každého návštěvníka Googlu → problém s GDPR. Binárky stahuje fonts-selfhost.sh.
   Kdyby woff2 chyběly, prohlížeč spadne na systémový font — web se nerozbije. */

@font-face { font-family:"Space Grotesk"; src:url("../assets/fonts/SpaceGrotesk-Medium.ttf") format("truetype"); font-weight:500; font-style:normal; font-display:swap; }
@font-face { font-family:"Space Grotesk"; src:url("../assets/fonts/SpaceGrotesk-Bold.ttf")   format("truetype"); font-weight:700; font-style:normal; font-display:swap; }

@font-face { font-family:"Inter Tight"; src:url("../assets/fonts/InterTight-400.woff2") format("woff2"); font-weight:400; font-style:normal; font-display:swap; }
@font-face { font-family:"Inter Tight"; src:url("../assets/fonts/InterTight-500.woff2") format("woff2"); font-weight:500; font-style:normal; font-display:swap; }
@font-face { font-family:"Inter Tight"; src:url("../assets/fonts/InterTight-600.woff2") format("woff2"); font-weight:600; font-style:normal; font-display:swap; }

@font-face { font-family:"JetBrains Mono"; src:url("../assets/fonts/JetBrainsMono-500.woff2") format("woff2"); font-weight:500; font-style:normal; font-display:swap; }
@font-face { font-family:"JetBrains Mono"; src:url("../assets/fonts/JetBrainsMono-600.woff2") format("woff2"); font-weight:600; font-style:normal; font-display:swap; }
