html {
  box-sizing: border-box;
}

body {
  margin: 0;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
}

:host {
  font-family: var(--c-font-family);
}

::-ms-reveal {
  display: none;
}

:host {
  display: block;
  margin-top: 4px;
}

svg .cls-1 {
  fill: none;
}
svg .cls-2 {
  clip-path: url("#clip-path");
}
svg .cls-3 {
  fill: #5e6a71;
}
svg .cls-4 {
  fill: #066778;
}
svg .cls-5 {
  fill: #830051;
}