@font-face {
  font-family:'sans';
  src: url('sans.woff') format('woff'),
       url('sans.woff2') format('woff2');
}

.sans {
	font-family:'sans';
    font-weight: normal;
	font-style: normal;
}

.xlarge {
    font-size: 3.28vw;
    font-weight: 100;
    font-style: normal;
	line-height: 3.48vw;
}

.large {
    font-size: 2vw;
    font-weight: 100;
    font-style: normal;
	line-height: 2vw;
}

.med {
    font-size: 1.48vw;
    font-weight: normal;
    font-style: normal;
	line-height: 1.68vw;
}

.small {
	
    font-size: .88vw;
    font-weight: normal;
    font-style: normal;
	line-height: 1.2vw;
}

.xsmall {
	
    font-size: .68vw;
    font-weight: normal;
    font-style: normal;
	line-height: .88vw;
}
