/* ============================================================================
 * RESET
 * ============================================================================ */

/* ═══════════════════════════════════════════════════════════════
 * RESET
 * ═══════════════════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; overflow-x: hidden; }
body { -webkit-font-smoothing: antialiased; min-height: 100vh; min-height: 100dvh; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; border: none; background: none; color: inherit; cursor: pointer; -webkit-appearance: none; }
input { font: inherit; color: inherit; -webkit-appearance: none; }