/* ============================================================
   LEAKIN · Typography
   Font family token + base text rendering.
   The Roboto webfont itself is linked in partials/head.php.
   ============================================================ */
:root{
  --font:'Roboto','Helvetica Neue',Arial,sans-serif;
}
body{font-family:var(--font);color:var(--ink);-webkit-font-smoothing:antialiased}
