@import url('tokens/colors.css');
@import url('tokens/typography.css');
@import url('tokens/spacing.css');

/* Dimension attributes on <img> are ASPECT-RATIO hints for layout stability.
   Without height:auto the browser treats them as fixed pixel sizes and every
   image renders stretched — keep this rule. */
img{height:auto}

/* Accessibility: collapse hover/entrance transitions for users who ask for less motion. */
@media (prefers-reduced-motion:reduce){*,::before,::after{transition-duration:.01ms !important;animation:none !important;scroll-behavior:auto !important}}
