/**
 * Self-hosted Inter.
 *
 * Previously loaded from fonts.googleapis.com, which discloses the visitor's IP to Google on
 * every page load, before they have consented to anything. This is the same subset the .cl site
 * uses: a variable font covering weights 100-900, so the 300-800 range the design asks for is
 * fully covered by one file.
 */

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
