/* quantcast.pro — self-hosted Inter.
   Drop these four files into /static/fonts/inter/ :
     Inter-Regular.woff2  (400)
     Inter-Medium.woff2   (500)
     Inter-SemiBold.woff2 (600)
     Inter-Bold.woff2     (700)
   Until they are present the site falls back to the system sans, so nothing breaks. */
@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;
  src:url('/static/fonts/inter/Inter-Regular.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;
  src:url('/static/fonts/inter/Inter-Medium.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;
  src:url('/static/fonts/inter/Inter-SemiBold.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;
  src:url('/static/fonts/inter/Inter-Bold.woff2') format('woff2');}
/* Keep numbers column-aligned now that the data font is proportional */
html{font-variant-numeric:tabular-nums;}
