/* ALCIDIA DA VEIGA — Webfonts
   Milo Pro is the real brand typeface (uploaded .ttf).
   Schibsted Grotesk, Hanken Grotesk and Asap are open-source (SIL OFL,
   via Google Fonts):
     - Schibsted Grotesk → substitute for "MiloSerifWebW04-Medium" (editorial
       titles & quotes — an editorial-flavoured grotesk, all-sans by request)
     - Hanken Grotesk    → substitute for "Adelle Sans ARA" (body copy)
     - Asap              → exact match (meta / captions, used in the source)
   See readme.md → Typography for substitution notes. */

@import url("https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Hanken+Grotesk:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500&family=Asap:wght@300;400;500&display=swap");

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