/* =========================================
   Shared Reset CSS
   ramen-log.com
========================================= */

/* Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Base */
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
}

/* Headings & text */
h1,h2,h3,h4,h5,h6,p {
  margin: 0;
  font-weight: normal;
}

/* Lists */
ul,ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Links */
a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

/* Images */
img {
  display: block;
  max-width: 100%;
  height: auto;
  border-style: none;
}

/* Forms */
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

textarea {
  resize: vertical;
}

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
