*,
*::after,
*::before {
  box-sizing: border-box;
}

*:focus {
  outline: none !important; /* stylelint-disable-line */
}

html {
  height: 100%;
  font-size: $default-font-size;
  font-family: Roboto, Arial, sans-serif;
}

body {
  color: $default-text-color;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
