Hi, I'm currently working on a modified version of the Tony R. Cyberpunk 2020 Character Sheet. Problem is, in CSS, I've change the font of the original sheet to make it look as i liked, but doing so have change even the attributes and abilities page: text here appears in the main font I have set for the sheet, and the backround appear to be transparent, so that, if i switch to dark mode, i see the fillable field dark too, with unreadible black text. Can someone help me restore the original setup just for this page? Do you knoe how the font is tag in CSS? I attach the part of the coding that i think is problematic, but I honestly don't know if the problem is elsewhere. h1, h2, h3, h4, h5, h6, th, td, input[type="radio"].sheet-tab + span { color: black; font-family: "Kaushan Script"; font-variant: small-caps; } h4 { color: black; font-family: "Kaushan Script"; }