/* ==========================================================================
   Base Reset - Browser normalization only
   No colors, spacing values, or design tokens.
   Component defaults go in app-theme.css.
   ========================================================================== */

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

/* Remove default margins */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, figure, blockquote, dl, dd { margin: 0; }

/* Prevent font size inflation on mobile */
html { -moz-text-size-adjust: none; -webkit-text-size-adjust: none; text-size-adjust: none; }

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

/* Media defaults */
img, picture, video, canvas, svg { max-width: 100%; display: block; }

/* Table structure */
table { border-collapse: collapse; width: 100%; }

/* Remove list styles where appropriate */
ul[role="list"], ol[role="list"] { list-style: none; padding: 0; }
