/*
 * Hotham Hall display face — PP Pangaia (Pangram Pangram Foundry).
 * Commercial licence required; the .woff2/.woff files are NOT in this repo.
 * Drop them into assets/fonts/PPPangaia/ using the filenames below, then run
 * `npx gulp fonts` to copy them into dist/fonts/.
 *
 * Body face is Work Sans, loaded from Google Fonts in functions/assets.php.
 */

@font-face {
    font-family: 'PP Pangaia';
    src: url('PPPangaia/PPPangaia-Ultralight.woff2') format('woff2'),
         url('PPPangaia/PPPangaia-Ultralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Pangaia';
    src: url('PPPangaia/PPPangaia-UltralightItalic.woff2') format('woff2'),
         url('PPPangaia/PPPangaia-UltralightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PP Pangaia';
    src: url('PPPangaia/PPPangaia-Medium.woff2') format('woff2'),
         url('PPPangaia/PPPangaia-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Pangaia';
    src: url('PPPangaia/PPPangaia-MediumItalic.woff2') format('woff2'),
         url('PPPangaia/PPPangaia-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
