/* Base typography (Global) - unified site font token
   - Control global font + Bootstrap font variables
   - Force product templates Standard/Shopee/TikTok/Vando to use one identical font stack
*/
:root {
  --regoo-font-family: Arial, Helvetica, sans-serif;
  --bs-font-sans-serif: var(--regoo-font-family);
  --bs-body-font-family: var(--regoo-font-family);
}

html,
body {
  font-family: var(--regoo-font-family) !important;
  font-size: 14px;
  line-height: 1.4;
  color: #111;
}

button,
input,
optgroup,
select,
textarea {
  font-family: var(--regoo-font-family) !important;
}

/* Product template wrappers: make computed font identical to Standard */
.stdp-page,
.stdp-page *,
.shp-wrap,
.shp-wrap *,
.tkp-page,
.tkp-page *,
.vando-wrap,
.vando-wrap * {
  font-family: var(--regoo-font-family) !important;
}
