/* GT Standard L (trial) is served from the live staging site. Binaries were not
   available to copy locally — see assets/README.md. Archivo is the Google Fonts
   stand-in for the neo-grotesque fallback. */
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600&family=Playfair+Display:ital@0;1&display=swap");

@font-face{font-family:'GT';font-style:normal;font-weight:400;font-display:swap;src:url('https://staging.jasonhigham.com/wp-content/uploads/2026/04/GT-Standard-L-Standard-Regular-Trial.woff2') format('woff2')}
@font-face{font-family:'GT';font-style:normal;font-weight:500;font-display:swap;src:url('https://staging.jasonhigham.com/wp-content/uploads/2026/04/GT-Standard-L-Standard-Medium-Trial.woff2') format('woff2')}

:root{
  --font-sans:'GT','GT Standard','Archivo','Neue Haas Grotesk Text Pro','Helvetica Neue',Arial,sans-serif;
  --font-serif:'Playfair Display',Georgia,serif; /* accent / pull-quote only */
  --font-body:var(--font-sans);
  --font-display:var(--font-sans);
}
