/* LT Univers webfonts — self-hosted */

@font-face {
  font-family: 'LT Univers';
  src: url('ltunivers-430-regular.woff2') format('woff2'),
       url('ltunivers-430-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LT Univers';
  src: url('ltunivers-530-medium.woff2') format('woff2'),
       url('ltunivers-530-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Usage:
   body { font-family: 'LT Univers', Helvetica, Arial, sans-serif; }
   .medium, strong { font-weight: 500; }
*/
