
/* roboto-mono-300 - latin */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-mono-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-mono-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-mono-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-mono-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-mono-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-mono-v12-latin-300.svg#RobotoMono') format('svg'); /* Legacy iOS */
}




body, p, h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Mono', monospace !important;
}

header > img {
  max-height: 170px;
}

a.muted-link-with-hover {
  text-decoration: none;
}

a.muted-link-with-hover:hover {
  color: #777;
}

.uk-card img.profile-picture {
  max-height: 140px;
}

.social-icons a {
  text-decoration: none;
}

.uk-card .vdi {
  width: 30px;
  vertical-align: text-bottom;
}

.uk-card .psm {
  width: 18px;
  vertical-align: text-bottom;
}

