@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400');
@font-face {
font-family: 'Helvetica'; src: url('Helvetica.woff2') format('woff2'), url('Helvetica.woff') format('woff'); font-weight:normal; font-style:normal;
}
@font-face {
font-family: 'Garamond'; src: url('Garamond-Roman.woff2') format('woff2'), url('Garamond-Roman.woff') format('woff'); font-weight:normal; font-style:normal;
}
@font-face {
font-family: 'Garamond-Bold'; src: url('Garamond-Bold.woff2') format('woff2'), url('Garamond-Bold.woff') format('woff'); font-weight:bold; font-style:normal;
}

.roboto {font-family: 'Roboto', sans-serif; font-weight:400;}
.roboto-light {font-family: 'Roboto', sans-serif; font-weight:300;}
.roboto-bold {font-family: 'Roboto', sans-serif; font-weight:700;}
.roboto-black {font-family: 'Roboto', sans-serif; font-weight:900;}
.roboto-condensed-light {font-family: 'Roboto Condensed', sans-serif; font-weight:300;}
.roboto-condensed {font-family: 'Roboto Condensed', sans-serif; font-weight:400;}
.garamond {font-family: 'Garamond', sans-serif;}
.garamond-bold {font-family: 'Garamond-Bold', sans-serif;}
.helvetica {font-family: 'Helvetica', sans-serif;}