/* 
	old shop icons
	still in use on some sites e.g. https://www.soliver.de/hilfe/bestellungen-GENERAL_HELP_CATEGORY_ORDER.html
*/
@font-face {
  font-weight: normal;
  font-family: 'so-icons';
  font-style: normal;
  src: url('./icons/so-icons.eot');
  src:url('./icons/so-icons.eot#iefix') format('embedded-opentype'),
    url('./icons/so-icons.ttf') format('truetype'),
    url('./icons/so-icons.woff') format('woff'),
    url('./icons/so-icons.svg#so-icons') format('svg');
}
