/* ========= reset.css ========= */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where(html, body) {
  height: 100%;
  line-height: 1.5;
  min-block-size: 100svb; 
}

:where(ol, ul) {
  list-style-type: "";
}

:where(a) {
  text-decoration: none;
  color: inherit;
}

:where(button, input, textarea, select) {
  font-family: inherit;
  font-size: inherit;
  border: none;
  background: none;
}

:where(img) {
  max-width: 100%;
  height: auto;
}

:where(table) {
  border-collapse: collapse;
}
/* ============= */
 
 
 	
/* ========= reset.css ========= */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where(html, body) {
  height: 100%;
  line-height: 1.5;
  min-block-size: 100svb; 
}

:where(ol, ul) {
  list-style-type: "";
}

:where(a) {
  text-decoration: none;
  color: inherit;
}

:where(button, input, textarea, select) {
  font-family: inherit;
  font-size: inherit;
  border: none;
  background: none;
}

:where(img) {
  max-width: 100%;
  height: auto;
}

:where(table) {
  border-collapse: collapse;
}
/* ============= */
