/* ==========================================================================
   Evoq — Font faces
   Display: Arkitech Bold (brand asset, ttf, logotype-derived geometric sans)
   Body / UI: Manrope (Google Fonts) — clean geometric-humanist pairing
   Mono: IBM Plex Mono (Google Fonts) — technical/data readouts
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=IBM+Plex+Mono:wght@400;500;600&display=swap');

@font-face {
  font-family: 'Arkitech';
  src: url('../assets/fonts/arkitech-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
