/* andocreativo · Webfonts
 * Display: "Monotalic" (brand principal) — a monospaced display face by Kostić
 * Type Foundry, available on Adobe Fonts (paid). It cannot be redistributed as
 * a webfont here, so it is NOT bundled. The display stack in typography.css
 * lists 'Monotalic' FIRST, so it renders automatically wherever it is installed
 * or synced (Adobe Creative Cloud), with Quicksand as the open fallback.
 *
 * Self-hosted: assets/fonts/Monotalic-Bold.ttf (weight 700). Only the Bold
 * weight has been provided, so it is mapped across the display weight range
 * (400–700) — every display heading renders in real Monotalic. Upload
 * Regular/Medium woff2 later and split these out for finer weight control.
 *
 * Secondary / body: Poppins (brand secondary, exact match).
 * Mono accent (tagline / technical labels): IBM Plex Mono.
 */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500&family=IBM+Plex+Mono:ital,wght@0,400;0,500;1,400&display=swap');

/* Brand principal — Monotalic (Kostić Type Foundry). Bold file mapped 400–700. */
@font-face {
  font-family: 'Monotalic';
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
  src: url('../assets/fonts/Monotalic-Bold.ttf') format('truetype');
}
