/*
body { font-family: arial; }
a, b, span p, h1, h2, h3, h4, h5, h6 { font-family: arial; }
*/
@font-face{
    font-family:"avenir-next-lt-pro-bold";
    src:url("/fonts/AvenirNextLTPro-Bold.otf") format("woff"), url("/fonts/AvenirNextLTPro-Bold.otf") format("opentype"), url("/fonts/AvenirNextLTPro-Bold.otf") format("truetype");
	font-display: swap;
}
@font-face{
    font-family:"avenir-next-lt-pro-medium";
    src:url("/fonts/AvenirNextLTPro-Medium.otf") format("woff"), url("/fonts/AvenirNextLTPro-Medium.otf") format("opentype"), url("/fonts/AvenirNextLTPro-Medium.otf") format("truetype");
	font-display: swap;
}
@font-face{
    font-family:"avenir-next-lt-pro-bold-condensed";
    src:url("/fonts/AvenirNextLTPro-BoldCn.otf") format("woff"), url("/fonts/AvenirNextLTPro-BoldCn.otf") format("opentype"), url("/fonts/AvenirNextLTPro-BoldCn.otf") format("truetype");
	font-display: swap;
}
@font-face{
    font-family:"avenir-next-lt-pro-demi";
    src:url("/fonts/AvenirNextLTPro-Demi.otf") format("woff"), url("/fonts/AvenirNextLTPro-Demi.otf") format("opentype"), url("/fonts/AvenirNextLTPro-Demi.otf") format("truetype");
	font-display: swap;
}
@font-face{
    font-family:"avenir-next-lt-pro-demi-condensed";
    src:url("/fonts/AvenirNextLTPro-DemiCn.otf") format("woff"), url("/fonts/AvenirNextLTPro-DemiCn.otf") format("opentype"), url("/fonts/AvenirNextLTPro-DemiCn.otf") format("truetype");
	font-display: swap;
}
@font-face{
    font-family:"avenir-next-lt-pro-italic";
    src:url("/fonts/AvenirNextLTPro-It.otf") format("woff"), url("/fonts/AvenirNextLTPro-It.otf") format("opentype"), url("/fonts/AvenirNextLTPro-It.otf") format("truetype");
	font-display: swap;
}
@font-face{
    font-family:"avenir-next-lt-pro-regular";
    src:url("/fonts/AvenirNextLTPro-Regular.otf") format("woff"), url("/fonts/AvenirNextLTPro-Regular.otf") format("opentype"), url("/fonts/AvenirNextLTPro-Regular.otf") format("truetype");
	font-display: swap;
}

body { font-family: "avenir-next-lt-pro-regular" !important; }
b { font-family: "avenir-next-lt-pro-bold" !important; }
a, span p, h1, h2, h3, h4, h5, h6 { font-family: "avenir-next-lt-pro-regular" !important; }