/*
Theme Name: Neuroons
Theme URI: https://neuroons.com
Author: Neuroons
Description: Tema de bloques institucional para Neuroons.
Requires at least: 7.1
Requires PHP: 8.2
Version: 0.1.0
Text Domain: neuroons
*/

:root {
  color-scheme: light;
}

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

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  overflow-x: clip;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
