@font-face {
    font-family: 'PPRader';
    src: url('/wp-content/themes/salient-child/fonts/PPRader-Bold.woff2') format('woff2'),
         url('/wp-content/themes/salient-child/fonts/PPRader-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Regular */

@font-face {
    font-family: 'HelveticaNeue';
    src: url('/wp-content/themes/salient-child/fonts/HelveticaNeue-01.woff2') format('woff2'),
         url('/wp-content/themes/salient-child/fonts/HelveticaNeue-01.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Medium */

@font-face {
    font-family: 'HelveticaNeue';
    src: url('/wp-content/themes/salient-child/fonts/HelveticaNeue-Medium-11.woff2') format('woff2'),
         url('/wp-content/themes/salient-child/fonts/HelveticaNeue-Medium-11.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Bold */

@font-face {
    font-family: 'HelveticaNeue';
    src: url('/wp-content/themes/salient-child/fonts/HelveticaNeue-Bold-02.woff2') format('woff2'),
         url('/wp-content/themes/salient-child/fonts/HelveticaNeue-Bold-02.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Condensed Bold */

@font-face {
    font-family: 'HelveticaNeue Condensed';
    src: url('/wp-content/themes/salient-child/fonts/HelveticaNeue-CondensedBold-05.woff2') format('woff2'),
         url('/wp-content/themes/salient-child/fonts/HelveticaNeue-CondensedBold-05.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}