html {
  box-sizing: border-box;  
  /* scroll-behavior: smooth; */
}

*, *::before, *::after {
  box-sizing: inherit;
}

.js-focus-visible:focus:not(.focus-visible) {
  outline: none;
}

body {
  min-width: 320px;
  margin: 0 auto;
  font-family: 'montserrat1', Arial, Helvetica, sans-serif; 
  font-size: 16px;
  color: #1D1B1A;
  /* background-color: #F5F5F5; */
  background-color: #FFFFFF;
  line-height: 1;
}

:root {
  --orange1E: #D99A1E;
  --orangeText1A: #BE871A;
  --orangeHover26: #EDAA26;
}

button, input {
  font: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  font: inherit;
}

button:active, button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.reset-style {
  margin: 0;
  padding: 0;
  text-decoration: none;
  appearance: none;
  font-weight: inherit;
  font-size: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
}