/**
 * NOTE: If we make any updates to this file, we'll need to bump the version
 *       number suffixed to the filename to bust browser cache.
 *
 * Be sure to keep file name import in sync at:
 * /app/views/shared/_fonts.erb
 */

:root {
    font-variant-numeric: tabular-nums;
}

@font-face {
  font-family: AngelList;
  font-style: italic;
  font-weight: 1 999;
  font-feature-settings: "tnum";
  src: url('https://assets.angellist.com/fonts/AngelList-Italic-VF.woff2') format('woff2'),
       url('https://assets.angellist.com/fonts/AngelList-Italic-VF.woff') format('woff'),
       url('https://assets.angellist.com/fonts/AngelList-Italic-VF.ttf') format('truetype');
}

@font-face {
  font-family: AngelList;
  font-style: normal;
  font-weight: 1 999;
  font-feature-settings: "tnum";
  src: url('https://assets.angellist.com/fonts/AngelList-VF.woff2') format('woff2'),
       url('https://assets.angellist.com/fonts/AngelList-VF.woff') format('woff'),
       url('https://assets.angellist.com/fonts/AngelList-VF.ttf') format('truetype');
}

@font-face {
  font-family: 'AngelList Display';
  font-style: normal;
  font-weight: 1 999;
  font-feature-settings: "tnum";
  src: url('https://assets.angellist.com/fonts/AngelListDisplay-Regular.woff2') format('woff2'),
       url('https://assets.angellist.com/fonts/AngelListDisplay-Regular.woff') format('woff'),
       url('https://assets.angellist.com/fonts/AngelListDisplay-Regular.ttf') format('truetype');
}
