/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Description: A child theme of Twenty Twenty-Five. Customize your site by adding styles and overrides here.
Author: PPS Properties
Author URI: 
Template: twentytwentyfive
Version: 1.0.0
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
*/

/*
 * Add your custom styles below.
 * The parent theme's styles are loaded automatically.
 */

/* Mendl Serif - local font files */
@font-face {
    font-family: 'Mendl Serif VF Trial';
    src: url('fonts/MendlSerifVF_Trial_WghtStyl.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-mendl-serif: 'Mendl Serif VF Trial', serif;
}