/* Versione semplificata per garantire il caricamento */
@import './tokens.css';
@import './utilities.css';

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 400 12px/1.55 'Helvetica Neue', Helvetica, Arial, sans-serif; color: var(--color-text); background: var(--color-background); }
a { color: inherit; text-decoration: none; }
/* global.css (e, se lo tieni, anche header.css) */
::selection { background: #d0d0d0; color: inherit; }
::-moz-selection { background: #d0d0d0; color: inherit; }
