@font-face {
  font-family: 'Effra';
  font-style:  normal;
  font-weight: lighter;
  src: url('../fonts/Effra-Regular.ttf') format('opentype');
}

@font-face {
  font-family: 'EffraLight';
  font-style:  normal;
  font-weight: lighter;
  src: url('../fonts/EffraLight-Regular.ttf') format('opentype');
}

body{
	background-color: #F1F1F1;
	font-size:        24px;
	color:            #8d8d8d;
	font-family:      'EffraLight';
	background-image: url('../img/bg.jpg');
	background-repeat: no-repeat;
	background-position-x:center;
	background-position-y:top;
	background-size:contain;
}