@font-face {
font-family: "Avenir";
src: url('/wp-content/fonts/Avenir-Regular.ttf') format('truetype');
font-weight: normal;
}

@font-face {
font-family: "Avenir";
src: url('/wp-content/fonts/Avenir-Black.ttf') format('truetype');
font-weight: bold;
}

@font-face {
font-family: "Avenir";
src: url('/wp-content/fonts/Avenir-Heavy.ttf') format('truetype');
font-weight: bolder;
}

@font-face {
font-family: "Avenir";
src: url('/wp-content/fonts/Avenir-Light.ttf') format('truetype');
font-weight: lighter;
}