/* Reset - clean slate for Hawaii Fever */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: none; text-size-adjust: none; }
img, picture, video, svg { display: block; max-width: 100%; }
body { min-height: 100vh; line-height: 1.5; font-family: system-ui, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }