@font-face {
  font-family: 'smd-icons';
  src: url('smd-icons.eot?fpkg8o');
  src: url('smd-icons.eot?fpkg8o#iefix') format('embedded-opentype'), url('smd-icons.ttf?fpkg8o') format('truetype'), url('smd-icons.woff?fpkg8o') format('woff'), url('smd-icons.svg?fpkg8o#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="smd-"], [class*=" smd-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'smd-icons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.smd-zen:before { content: '\e800'; } 
.smd-vkontakte:before { content: '\e801'; } 
.smd-livejournal:before { content: '\e806'; } 
.smd-facebook:before { content: '\f09a'; } 
.smd-youtube-play:before { content: '\f16a'; } 
.smd-instagram:before { content: '\f16d'; } 
.smd-telegram:before { content: '\f2c6'; }

.social-media-link {
    margin: 0.4em;
    text-decoration: none;
}
.social-media-link:first-child {
    margin-left: 0em;
}
.social-media-link:last-child {
    margin-right: 0em;
}
.social-media {
    font-size: 1.5em;
    padding: 24px 0 0 0;
}