/* Atelis webfonts — self-hosted from the licensed files in assets/fonts/.
   Poppins (SIL OFL) — brand voice, headings, the wordmark (Century Gothic alike).
   IBM Plex Sans (SIL OFL) — body, UI, bills and data (true tabular figures).
   IBM Plex Mono (SIL OFL) — technical readouts: IP addresses, speeds, ticket refs.
   Licences sit beside the binaries: Poppins-OFL.txt, IBMPlexSans-OFL.txt.
   Only the weights the system actually uses are shipped. If Atelis licenses a
   commercial geometric sans later (Futura, Avenir, Sofia Pro), replace the Poppins
   faces here and swap --atl-font-brand in tokens/typography.css. */

@font-face { font-family: "Poppins"; font-style: normal; font-weight: 300; font-display: swap; src: url("../assets/fonts/Poppins-Light.ttf") format("truetype"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 400; font-display: swap; src: url("../assets/fonts/Poppins-Regular.ttf") format("truetype"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 500; font-display: swap; src: url("../assets/fonts/Poppins-Medium.ttf") format("truetype"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 600; font-display: swap; src: url("../assets/fonts/Poppins-SemiBold.ttf") format("truetype"); }

@font-face { font-family: "IBM Plex Sans"; font-style: normal; font-weight: 400; font-display: swap; src: url("../assets/fonts/IBMPlexSans-Regular.ttf") format("truetype"); }
@font-face { font-family: "IBM Plex Sans"; font-style: italic; font-weight: 400; font-display: swap; src: url("../assets/fonts/IBMPlexSans-Italic.ttf") format("truetype"); }
@font-face { font-family: "IBM Plex Sans"; font-style: normal; font-weight: 500; font-display: swap; src: url("../assets/fonts/IBMPlexSans-Medium.ttf") format("truetype"); }
@font-face { font-family: "IBM Plex Sans"; font-style: normal; font-weight: 600; font-display: swap; src: url("../assets/fonts/IBMPlexSans-SemiBold.ttf") format("truetype"); }

@font-face { font-family: "IBM Plex Mono"; font-style: normal; font-weight: 400; font-display: swap; src: url("../assets/fonts/IBMPlexMono-Regular.ttf") format("truetype"); }
@font-face { font-family: "IBM Plex Mono"; font-style: normal; font-weight: 500; font-display: swap; src: url("../assets/fonts/IBMPlexMono-Medium.ttf") format("truetype"); }
