/*
 * TODO
 * according to https://identity.usc.edu/digital/web-fonts
 * National Regular is weight 500, but none of the other otfs map to 400
 * Regular looks to bold compared to iwitness.usc.edu, so for now i have mapped them
 * starting at lite
 */
@font-face {
  font-family: 'national-light';
  src: url('https://iwitness.usc.edu/appdata/fonts/national/National-Light.otf') format('opentype');
  font-style: normal;
}

@font-face {
  font-family: 'national';
  src: url('https://iwitness.usc.edu/appdata/fonts/national/National-Light.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'national';
  src: url('https://iwitness.usc.edu/appdata/fonts/national/National-Regular.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'national';
  src: url('https://iwitness.usc.edu/appdata/fonts/national/National-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'national-book';
  src: url('https://iwitness.usc.edu/appdata/fonts/national/National-Book.otf') format('opentype');
  font-style: normal;
}

@font-face {
  font-family: 'national-semibold';
  src: url('https://iwitness.usc.edu/appdata/fonts/national/National-Semibold.otf') format('opentype');
  font-style: normal;
}

@font-face {
  font-family: 'national-bold';
  src: url('https://iwitness.usc.edu/appdata/fonts/national/National-Bold.otf') format('opentype');
  font-style: normal;
}

@font-face {
  font-family: 'national-extrabold';
  src: url('https://iwitness.usc.edu/appdata/fonts/national/National-Extrabold.otf') format('opentype');
  font-style: normal;
}
