/* ==========================================
   CSS Reset - Cafe Passport User LP
   ========================================== */

/* Box sizing reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin and padding */
* {
  margin: 0;
  padding: 0;
}

/* Remove list styles */
ul,
ol {
  list-style: none;
}

/* Remove default button styles */
button {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

/* Remove link underlines */
a {
  text-decoration: none;
  color: inherit;
}

/* Image styles */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Form elements */
input,
button,
textarea,
select {
  font: inherit;
}

/* Prevent font size adjustment on iOS */
html {
  -webkit-text-size-adjust: 100%;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}
