/* ===========================
    Base / Reset
=========================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font : inherit;
  color : inherit;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  background: transparent;
  cursor: pointer;
  border: 0;
  padding: 0;
}

select {
  appearance: none;
  outline: none;
}

input {
  margin: 0;
  min-width: 0;
  appearance: none;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width:100%;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

html,
body {
  height:100%;
  position: relative;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

:root {
  -webkit-tap-highlight-color:transparent;
  -webkit-text-size-adjust:100%;
  -moz-tab-size:2;
  tab-size:2;
  text-size-adjust:100%;
  cursor:default;
  line-height:1.2;
  overflow-wrap:break-word;
}
