Can't type ç in certain applications

Hyprland version
PASTE YOUR HYPRLAND VERSION HERE (`Hyprland 0.53.0`), BETWEEN THE BACKTICKS. DO NOT REMOVE ANY FORMATTING.

Describe your issue / feature…

I installed hyprland recently, and during changing the keyboard layout to be able to type characters such as á, é, ó, ê, etc, since they are used in my mother tongue and I use a us layout keyboard, I’ve come to face with an issue with the character cedilla(ç), see, I’m able to type it using the key combination “ ‘ + C “ in some applications, such as librewolf, libreoffice, Steam, the terminal, Kate, KWrite, etc, but in other apps, such as Discord and Obsidian, this combination makes this “ć” character, and I know I can use “AltGr + ,” to type the cedilla, but since it’s used a lot in my mother tongue(Portuguese) and it’s not the combination I’m used to, it’s pretty inconvenient to use this key combination, I already tried looking far and wide to see how to solve this but haven’t found the solution yet, so if someone can help, or better, know how to solve this, I would appreciate it a lot.
Here’s the “input” section of my general.conf.

input {
kb_layout = us
kb_variant = intl
numlock_by_default = true
repeat_delay = 250
repeat_rate = 35

follow_mouse = 1
off_window_axis_events = 2

touchpad {
    natural_scroll = yes
    disable_while_typing = true
    clickfinger_behavior = true
    scroll_factor = 0.7
}

}