/* ============================================================
   SPLAROCCA — SHARED TYPE SYSTEM
   Single source of truth for the sitewide font stack. Every page
   links this file, then keeps its own :root for colors and any
   page-specific variables. To change fonts sitewide again, this
   is the only file that needs to change.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@400;600;900&family=Sen:wght@400;500;600;700&family=Martian+Mono:wght@400;500;600;700&display=swap');

:root{
  --display:'Unbounded',sans-serif;
  --body:'Sen',sans-serif;
  --mono:'Martian Mono',monospace;
}
