html {
    --wjs-green: #40FF40;
    --wjs-text-color: #000000;
    --wjs-bg-color: #ffffff;
}

html.dark-theme {
    --wjs-text-color: #ffffff;
    --wjs-bg-color: #000000;
}

.gmt-button {
    --gmt-typography-4-font_weight: 700;
}
