@use '../variables' as *;

html,
body {
  height: 100%;
}

html {
  font-size: $font-size-root;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: $body-font-family;
  line-height: $line-height-root;
}

p {
  margin-bottom: $spacer * 4;
}

.s-ripple-container {
  position: relative;
  overflow: hidden;
}
