/* aaroncphelps.com — the type system (v12, all GT). From
   design/homepage-v10/TYPE.md, which is authoritative for every page.
   Seven self-hosted cuts in /fonts (WOFF2 first, the OTF as a fallback):
   GT America Extended Regular for reading copy; GT America Expanded Bold
   for nav, links and emphasis, Black for the project titles; GT Alpina Fine
   Extended Bold for the largest statements, with the turn at the end of each
   in GT Alpina Standard Bold Italic; GT Alpina Fine Condensed Light Italic
   for the hero lede; GT Alpina Typewriter Light Italic for every caption.
   Nothing else. The stacks after each family are safety only. */

/* GT America */
@font-face{font-family:"GT America Extended";src:url("/fonts/GT-America-Extended-Regular.woff2") format("woff2"),url("/fonts/GT-America-Extended-Regular.otf") format("opentype");font-weight:400;font-display:swap}
@font-face{font-family:"GT America Expanded";src:url("/fonts/GT-America-Expanded-Bold.woff2") format("woff2"),url("/fonts/GT-America-Expanded-Bold.otf") format("opentype");font-weight:700;font-display:swap}
@font-face{font-family:"GT America Expanded";src:url("/fonts/GT-America-Expanded-Black.woff2") format("woff2"),url("/fonts/GT-America-Expanded-Black.otf") format("opentype");font-weight:900;font-display:swap}
/* GT Alpina */
@font-face{font-family:"GT Alpina Fine Extended";src:url("/fonts/GT-Alpina-Fine-Extended-Bold.woff2") format("woff2"),url("/fonts/GT-Alpina-Fine-Extended-Bold.otf") format("opentype");font-weight:700;font-display:swap}
@font-face{font-family:"GT Alpina Standard";src:url("/fonts/GT-Alpina-Standard-Bold-Italic.woff2") format("woff2"),url("/fonts/GT-Alpina-Standard-Bold-Italic.otf") format("opentype");font-weight:700;font-style:italic;font-display:swap}
@font-face{font-family:"GT Alpina Fine Condensed";src:url("/fonts/GT-Alpina-Fine-Condensed-Light-Italic.woff2") format("woff2"),url("/fonts/GT-Alpina-Fine-Condensed-Light-Italic.otf") format("opentype");font-weight:300;font-style:italic;font-display:swap}
@font-face{font-family:"GT Alpina Typewriter";src:url("/fonts/GT-Alpina-Typewriter-Light-Italic.woff2") format("woff2"),url("/fonts/GT-Alpina-Typewriter-Light-Italic.otf") format("opentype");font-weight:300;font-style:italic;font-display:swap}

:root{
  --sans:"GT America Extended","Helvetica Neue",Arial,sans-serif;       /* body */
  --display:"GT America Expanded","Helvetica Neue",Arial,sans-serif;    /* titles, nav, links */
  --statement:"GT Alpina Fine Extended",Georgia,serif;                  /* biggest headlines */
  --turn:"GT Alpina Standard",Georgia,serif;                            /* italic emphasis */
  --lede:"GT Alpina Fine Condensed",Georgia,serif;                      /* hero lede */
  --caption:"GT Alpina Typewriter","Courier New",monospace;             /* labels */
}
body{font-family:var(--sans);font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
h1,h2,h3,p{margin:0}
