@font-face {
    font-family: 'PP Formula Condensed';
    src: url('../fonts/PPFormulaCondensed-Regular.woff') format('woff'),
         url('../fonts/PPFormulaCondensed-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;}
  
    @font-face {
        font-family: 'PP Formula Narrow';
        src: url('../fonts/PPFormula-NarrowBoldItalic.woff') format('woff'),
             url('../fonts/PPFormula-NarrowBoldItalic.woff2') format('woff2');
        font-weight: 700;
        font-style: italic;
    }

    @font-face {
        font-family: 'PP Formula Extended';
        src: url('../fonts/PPFormula-ExtendedBold.woff') format('woff'),
             url('../fonts/PPFormula-ExtendedBold.woff2') format('woff2');
        font-weight: 800;
        font-style: italic;
    }