/* Paramount brand — shared web fonts (linked by the hub and /pwa) */

@font-face {
    font-family: 'Vista Sans';
    src: url('fonts/ParamountVistaSans-CondensedBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }

@font-face {
    font-family: 'Peak Sans';
    src: url('fonts/Peak-Sans_Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }

@font-face {
    font-family: 'Peak Sans';
    src: url('fonts/PeakSans_Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

@font-face {
    font-family: 'Peak Sans';
    src: url('fonts/PeakSans_Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
