/* ============================================================
   Azpigorri — Font faces
   Vasca (display, headline-only) is shipped from /assets/fonts.
   Body + accent webfonts load from Google Fonts (see typography.css link note).
   ============================================================ */

@font-face {
  font-family: "Vasca";
  src: url("../assets/fonts/Vasca.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Body (Hanken Grotesk) and accent serif (Source Serif 4) are pulled from
   Google Fonts. Consumers who cannot reach Google Fonts should self-host.
   @import lives here so the closure declares the dependency. */
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500&family=Source+Serif+4:ital,opsz,wght@0,8..60,400;0,8..60,500;0,8..60,600;1,8..60,400&display=swap");
