/**
 * trentuna.css — Site-specific overrides on top of agentic.css
 * Narrow reading column + blue links.
 */

body > nav,
main:not([data-layout="fluid"]),
body > footer {
  max-width: 800px;
}

:root {
  --pico-primary: var(--accent-blue);
  --pico-primary-hover: #60a5fa;
  --pico-primary-underline: rgba(59, 130, 246, 0.5);
  --pico-primary-hover-underline: rgba(96, 165, 250, 0.7);
}
