/*
Theme Name: EV Innotech Editorial Child
Theme URI: https://evinnotech.com
Description: Editorial homepage child theme for the EV Innotech Store theme.
Author: EV Innotech
Template: evinnotech-store
Version: 1.0.3
Text Domain: evinnotech-editorial-child
*/

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

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