Hi! Thank you so much for the awesome code Mia! :D I would add just as a disclaimer that anyone like myself who wants to add this great project into their game, to remove this code section from the grille.rpy file.
# Default text style for the game
style default:
size 28 # Setting a comfortable font size for all text
# Special title style for headings and important text
style title_text is default:
size 46 # Titles need to stand out, so let's make them bigger!
In my game I have a preferences screen that allows the user to change the text size of dialogue for accessibility, but having this code locks the entire game at that specific text size