/*
 * Cross-platform rendering normalization.
 * This layer intentionally changes no dimensions, spacing, colors, or layout.
 */

html,
body,
button,
input,
select,
textarea {
  font-synthesis: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

svg {
  shape-rendering: geometricPrecision;
}

button > svg,
.ico > svg,
.connection-icon > svg,
.login-field-control > svg,
.login-panel footer > svg {
  display: block;
}
