/**
 * Reset / normalize minimale (da espandere solo se necessario al CWV).
 */

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