@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: 6.48vw;
    font-weight: 100;
    font-style: normal;
	line-height: 6.8vw;
}

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

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


.xsmall {
	
    font-size: 2.44vw;
    font-weight: normal;
    font-style: normal;
	line-height: 2.88vw;
}

