/* WPT Font Pack - Selected Fonts CSS */

@font-face {
    font-family: 'Libre Baskerville';
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    src: local('Libre Baskerville Italic'),
         local('LibreBaskerville-Italic'),
         url('https://www.edentopia.org/wp-content/uploads/wpt-fonts/LibreBaskerville-Italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Libre Baskerville';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: local('Libre Baskerville'),
         local('LibreBaskerville'),
         url('https://www.edentopia.org/wp-content/uploads/wpt-fonts/LibreBaskerville-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Libre Baskerville';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: local('Libre Baskerville'),
         local('LibreBaskerville'),
         url('https://www.edentopia.org/wp-content/uploads/wpt-fonts/LibreBaskerville-Bold.woff2') format('woff2');
}

