/* Mont font family — файлы шрифтов подаются nginx/Express из /fonts/ */
@font-face { font-family: 'MONT'; src: url('/fonts/Mont-Thin.woff') format('woff'); font-weight: 100; font-style: normal; }
@font-face { font-family: 'MONT'; src: url('/fonts/Mont-ExtraLight.woff') format('woff'); font-weight: 200; font-style: normal; }
@font-face { font-family: 'MONT'; src: url('/fonts/Mont-Light.woff') format('woff'); font-weight: 300; font-style: normal; }
@font-face { font-family: 'MONT'; src: url('/fonts/Mont-Regular.woff') format('woff'); font-weight: 400; font-style: normal; }
@font-face { font-family: 'MONT'; src: url('/fonts/Mont-SemiBold.woff') format('woff'); font-weight: 600; font-style: normal; }
@font-face { font-family: 'MONT'; src: url('/fonts/Mont-Bold.woff') format('woff'); font-weight: 700; font-style: normal; }
@font-face { font-family: 'MONT'; src: url('/fonts/Mont-Black.woff') format('woff'); font-weight: 900; font-style: normal; }
