/*--------------------------------------------------------------
# Symbols
--------------------------------------------------------------*/

.symbol {
  font-family: var(--font-symbol);
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}

.symbol::after {
  display: inline-block;
}

/* new */

.symbol-expand-more::after {
  content: '\e5cf';
}

.symbol-expand-less::after {
  content: '\e5ce';
}

/* Search */

.symbol-search::after {
  content: '\e8b6';
}

.symbol-add::after {
  content: '\e145';
}

.symbol-explore::after {
  content: '\e87a';
}

.symbol-chevron-right::after {
  content: '\e5cc';
}

.symbol-chevron-left::after {
  content: '\e5cb';
}

.symbol-where-to-vote::after {
  content: '\e177';
}

.symbol-pets::after {
  content: '\e91d';
}

.symbol-open-in-full::after {
  content: '\f1ce';
}

.symbol-forest::after {
  content: '\ea99';
}

.symbol-landscape::after {
  content: '\e3f7';
}

.symbol-pets::after {
  content: '\e91d';
}

.symbol-psychiatry::after {
  content: '\e123';
}

.symbol-hiking::after {
  content: '\e50a';
}

.symbol-schedule::after {
  content: '\e8b5';
}

.symbol-article::after {
  content: '\ef42';
}
