@font-face {
  font-family: 'ddgeservice-icons';
  src:
    url('/media/fonts/ddgeservice-icons.ttf?v=1.1') format('truetype'),
    url('/media/fonts/ddgeservice-icons.woff?v=1.1') format('woff'),
    url('/media/fonts/ddgeservice-icons.svg?v=1.1#ddgeservice-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

:where([icon])::before {
  font-family: 'ddgeservice-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:where([icon='mail'])::before { content: "\e900"; }
:where([icon='phone'])::before { content: "\e901"; }
:where([icon='address'])::before { content: "\e902"; }
:where([icon='linkedin'])::before { content: "\e903"; }
:where([icon='instagram'])::before { content: "\e904"; }
:where([icon='manager'])::before { content: "\e905"; }
:where([icon='id'])::before { content: "\e906"; }
:where([icon='institute'], [icon='vat'])::before { content: "\e907"; }