/*
Theme Name: Twentytwentyfive_child
Template: twentytwentyfive
Description: Twenty Twenty-Five Child Theme
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.4
Version: 1.0
Text Domain: twentytwentyfive_child
*/

/* Link styling (Optional: keeps the standard look you had before) */
a {
    text-decoration-thickness: 1px;
    text-underline-offset: .1em;
}

/*
Theme Name: Twentytwentyfive_child
Template: twentytwentyfive
*/

/* 1. Force the Editor Canvas to show Georgia */
.editor-styles-wrapper, 
.editor-styles-wrapper * {
    font-family: Georgia, serif !important;
}

/* 2. Fix the Font Weights (Bold/Medium) in the Editor */
/* This ensures the 'Appearance' settings you select actually show up */
.editor-styles-wrapper .has-font-weight-bold, 
.editor-styles-wrapper strong, 
.editor-styles-wrapper b {
    font-weight: 700 !important;
}

.editor-styles-wrapper .has-font-weight-medium {
    font-weight: 500 !important;
}

/* 3. Apply the same to the Live Site */
body, h1, h2, h3, h4, h5, h6, p, li, a {
    font-family: Georgia, serif;
}