/********************************************/
/*	common.css
/*
/*  latest update: 07/07/2015
/*******************************************/
@import 'reset';
@import 'vars';
@import 'mixin';
@import 'fontface';

/********************/
/* ===[ COMMON ]=== */
/********************/
*::-webkit-selection { background: $red; color: $white; text-shadow: none; }
::-moz-selection { background: $red; color: $white; text-shadow: none; }
::selection { background: $red; color: $white; text-shadow: none; }

/********************/
/* ===[ LAYOUT ]=== */
/********************/
html {
	font-smooth:always; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; height: 100%;
	body {
		background: #f33;
	}
}