html {
	box-sizing: border-box;
	font-family: var(--ff-font-family);
}
*,
*:before,
*:after {
	box-sizing: inherit;
}

.mat-spinner {
	svg {
		width: 100% !important;
		height: 100% !important;
	}
}
