/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Description: My custom child theme for Twenty Twenty-Five.
Author: Your Name
Template: twentytwentyfive
Version: 1.0.0
Text Domain: twentytwentyfive-child
*/

/* Add your custom CSS below this line */



/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
*/

:root {
    --wp--preset--font-family--segoe: "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body {
    font-family: var(--wp--preset--font-family--segoe);
}
