/**
 * Book WP — Drop Cap Font: Rediviva
 *
 * Loaded conditionally when "Rediviva" is selected in
 * Typography → Drop Cap Font. Sets --bwp-dropcap-font so
 * every form's ::first-letter inherits the choice via the
 * var() fallback chain in each form stylesheet.
 *
 * @package Book_WP
 */

@font-face {
    font-family: 'Rediviva';
    src: url('../../fonts/dropcap/rediviva.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --bwp-dropcap-font: 'Rediviva';
}
