/* ============================================================
   Portfolio · global type system  (single source of truth)
   Font: Inter (the "Linear" typeface), used everywhere.
   Any portfolio page that links this file inherits the type.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root{
  --font: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

html, body,
h1, h2, h3, h4, h5, h6,
p, a, span, div, li, ul, ol,
button, input, select, textarea,
blockquote, cite, figcaption, label, th, td{
  font-family: var(--font);
}
