/**
 * Base - Reset and box model only. No colors.
 * Load first. Colors in theme.css, layout in layout.css, components in components.css.
 */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
