/********************* Register Fonts *****************/

/**************** Avenir-next ***************/

@font-face {
    font-family: "Avenir-next";
    src: url('../fonts/AvenirNextCyr-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "Avenir-next";
    src: url('../fonts/AvenirNextCyr-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: "Avenir-next";
    src: url('../fonts/AvenirNextCyr-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Avenir-next";
    src: url('../fonts/AvenirNextCyr-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
} 
@font-face {
    font-family: "Avenir-next";
    src: url('../fonts/AvenirNextLTPro-Demi.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Avenir-next";
    src: url('../fonts/AvenirNextLTPro-DemiIt.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: "Avenir-next";
    src: url('../fonts/AvenirNextCyr-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Avenir-next";
    src: url('../fonts/AvenirNextCyr-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: "Avenir-next";
    src: url('../fonts/AvenirNextLTPro-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Avenir-next";
    src: url('../fonts/AvenirNextLTPro-It.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "Avenir-next";
    src: url('../fonts/AvenirNextCyr-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Avenir-next";
    src: url('../fonts/AvenirNextCyr-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: "Avenir-next";
    src: url('../fonts/AvenirNextCyr-Thin.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "Avenir-next";
    src: url('../fonts/AvenirNextCyr-ThinItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: "Avenir-next";
    src: url('../fonts/AvenirNextCyr-UltraLight.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "Avenir-next";
    src: url('../fonts/AvenirNextCyr-UltraLightIt.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}