/* Inter — Copyright (c) 2016 The Inter Project Authors (https://github.com/rsms/inter).
   SIL Open Font License 1.1 — texto completo en OFL-inter.txt, al lado de este fichero.

   Sustituye a
   https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap
   que es lo que pide Tutor en el escritorio y en el area de aprendizaje. LEGAL-15.

   La URL del .woff2 es RELATIVA a este fichero a proposito: asi no hay que escribir el dominio en
   ningun sitio y el CSS se puede servir estatico, sin PHP.

   El unicode-range NO esta copiado de otra familia: se MIDIO pidiendole a Google el mismo CSS que
   pide Tutor y leyendo su bloque `latin`. Cubre el espanol entero
   —acentos, ñ, ü, ¿, ¡— y ademas € y las comillas tipograficas. `latin-ext` no se trae: era la
   mitad del peso y es para lenguas del este de Europa. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(inter-variable-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
