/* Shared base styles for the Dena Census portal.
   Only byte-identical, truly-common rules live here. Page-specific styles
   remain inline in each page's <style> block. */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
@keyframes spin { to { transform: rotate(360deg); } }
