@font-face {
    font-family: 'Pangram';
    src: url('pangram/Pangram-ExtraLight.woff2') format('woff2'),
        url('pangram/Pangram-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Pangram';
    src: url('pangram/Pangram-Regular.woff2') format('woff2'),
        url('pangram/Pangram-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Pangram';
    src: url('pangram/Pangram-Black.woff2') format('woff2'),
        url('pangram/Pangram-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

