@font-face {
font-family: 'Avenir';
src: url('fonts/Avenir-Light-1.ttf');
font-weight: 200;
font-style: normal;
font-stretch: normal;
}

@font-face {
font-family: 'Avenir';
src: url('fonts/Avenir-LightOblique-1.ttf');
font-weight: 200;
font-style: oblique;
font-stretch: normal;
}

@font-face {
font-family: 'Avenir';
src: url('fonts/Avenir-Book-1.ttf');
font-weight: 300;
font-style: normal;
font-stretch: normal;
}

@font-face {
font-family: 'Avenir';
src: url('fonts/Avenir-BookOblique-1.ttf');
font-weight: 300;
font-style: oblique;
font-stretch: normal;
}

@font-face {
font-family: 'Avenir';
src: url('fonts/Avenir-Roman-1.ttf');
font-weight: 400;
font-style: normal;
font-stretch: normal;
}

@font-face {
font-family: 'Avenir';
src: url('fonts/Avenir-Oblique-1.ttf');
font-weight: 400;
font-style: oblique;
font-stretch: normal;
}

@font-face {
font-family: 'Avenir';
src: url('fonts/Avenir-Medium-1.ttf');
font-weight: 500;
font-style: normal;
font-stretch: normal;
}

@font-face {
font-family: 'Avenir';
src: url('fonts/Avenir-MediumOblique-1.ttf');
font-weight: 500;
font-style: oblique;
font-stretch: normal;
}

@font-face {
font-family: 'Avenir';
src: url('fonts/Avenir-Heavy-1.ttf');
font-weight: 800;
font-style: normal;
font-stretch: normal;
}

@font-face {
font-family: 'Avenir';
src: url('fonts/Avenir-HeavyOblique-1.ttf');
font-weight: 800;
font-style: oblique;
font-stretch: normal;
}

@font-face {
font-family: 'Avenir';
src: url('fonts/Avenir-Black-1.ttf');
font-weight: 900;
font-style: normal;
font-stretch: normal;
}

@font-face {
font-family: 'Avenir';
src: url('fonts/Avenir-BlackOblique-1.ttf');
font-weight: 900;
font-style: oblique;
font-stretch: normal;
}