/* MV_GLOBAL_FONT_SITE_V1_BEGIN */
:root{
  --mv-font-global:"Segoe UI", Arial, Helvetica, sans-serif;
}

html,
body,
body *,
input,
select,
textarea,
button,
table,
th,
td,
a,
label,
small,
strong,
b,
i,
span,
div,
p,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6{
  font-family:var(--mv-font-global) !important;
}
/* MV_GLOBAL_FONT_SITE_V1_END */
