/*
 * Linearicons — минимальный набор.
 *
 * Раньше подключался demo.css (43.8 КБ) с 1096 классами и @font-face на
 * Linearicons.ttf — 498 КБ несжатого TTF, 199 КБ по сети. В проекте при этом
 * используются 22 иконки. Здесь только они и шрифт, урезанный под них
 * до 3.3 КБ (pyftsubset по кодовым точкам).
 *
 * font-display: block, а не swap: у иконочного шрифта подмена показала бы
 * квадраты-заглушки вместо иконок. При 3.3 КБ ожидание незаметно.
 *
 * Оригиналы demo.css и Linearicons.ttf оставлены на месте — откат сводится
 * к возврату старого пути в ModuleCustomHead.jsx.
 *
 * Как пересобрать при добавлении иконок — см. IMPROVE_PLAN.md, Волна 4.
 */
@font-face{font-family:Linearicons;src:url(Linearicons.subset.woff) format('woff');font-weight:400;font-style:normal;font-display:block}
[class*=" icon-"],[class^=icon-]{font-family:Linearicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;font-feature-settings:"liga";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.icon-arrow-left:before{content:"\e943"}
.icon-arrow-right:before{content:"\e944"}
.icon-arrow-up:before{content:"\e941"}
.icon-chevron-down:before{content:"\e93a"}
.icon-chevron-left:before{content:"\e93b"}
.icon-chevron-right:before{content:"\e93c"}
.icon-cross:before{content:"\e92a"}
.icon-cross2:before{content:"\e935"}
.icon-envelope:before{content:"\e696"}
.icon-equalizer:before{content:"\e6f2"}
.icon-frame-expand:before{content:"\e971"}
.icon-heart:before{content:"\e68c"}
.icon-icons2:before{content:"\e880"}
.icon-list4:before{content:"\e930"}
.icon-location:before{content:"\e783"}
.icon-lock:before{content:"\e66b"}
.icon-magnifier:before{content:"\e922"}
.icon-menu:before{content:"\e92b"}
.icon-paper-plane:before{content:"\e699"}
.icon-refresh:before{content:"\e8d3"}
.icon-tag:before{content:"\e755"}
.icon-user:before{content:"\e71e"}
