@font-face {
    font-family: 'FuturaPTLight';
    src: url('FuturaPTLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaPTMedium';
    src: url('FuturaPTMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.small_text{
    font-family: "FuturaPTLight";
	font-size: 14px;
}

.large_text{
    font-family: "FuturaPTMedium";
	font-size: 25px;
}