:root {
    --scale: 1.0;
}

* {
    font-weight: bold !important;
}

html {
    font-size: calc(16px * var(--scale));
}

.fi,
select.fi,
.google-btn,
.pay-value {
    font-size: calc(14px * var(--scale)) !important;
}

.pay-label {
    font-size: calc(11px * var(--scale)) !important;
}

.field-optional {
    font-size: calc(10px * var(--scale)) !important;
}

[style*="font-size: 11px"],
[style*="font-size:11px"] {
    font-size: calc(11px * var(--scale)) !important;
}

[style*="font-size: 10px"],
[style*="font-size:10px"] {
    font-size: calc(10px * var(--scale)) !important;
}