/* Shared type roles. Edit families and sizes in tokens.css. */
body { font-family: var(--font-primary); }
h1, .h1 { font-weight: var(--h1-weight); letter-spacing: var(--h1-spacing); }
h2, .h2 { font-weight: var(--h2-weight); }
h3, .h3 { font-weight: var(--h3-weight); }
h4, .h4 { font-weight: var(--h4-weight); }
.nav-links, .nav-dropdown-trigger, .nav-phone, .menu-toggle { font-family: var(--font-primary); font-weight: 400; }
button, input, select, textarea { font-family: inherit; }

/* Portfolio outbound links: 15% larger than the previous half-size treatment. */
.work-visit-link { font-size: calc(var(--type-size-16) * .575); }
