/* _01_GlobalFoundation/BrowserBaseReset.css */
/* ============================================================ */
/* BROWSER BASE RESET                                            */
/* Baseline pulita su ogni browser.                             */
/* ============================================================ */

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { line-height: 1.47; }
img, svg { display: block; max-width: 100%; }
ul { list-style: none; }
a { text-decoration: none; color: inherit; }
