@font-face {
font-family: 'Avenir Medium';
src: url('./Fonty/Avenir-Medium.ttf');
}
@font-face {
font-family: 'Avenir Black';
src: url('./Fonty/Avenir-Black.ttf');
}
@font-face {
font-family: 'Avenir Book';
src: url('./Fonty/Avenir-Book.ttf');
}

@font-face {
font-family: 'Avenir';
src: url('./Fonty/Avenir-Book.ttf');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'Avenir';
src: url('./Fonty/Avenir-Black.ttf');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'Avenir';
src: url('./Fonty/Avenir-Medium.ttf');
font-weight: 500;
font-style: normal;
}



