/* Web version */
@import url('/site/css/albano.css');
html, body, *, form, form * {
	color:var(--stdin-text-primary);
}


/* Mobile version */
@media only screen and (max-width:480px), only screen and (max-device-width:480px) {

}