@font-face {
  font-family: 'SophiaSkia';
  src:  url('fonts/SophiaSkia.eot');
  src:  url('fonts/SophiaSkia.eot') format('embedded-opentype'),
    url('fonts/SophiaSkia.woff2') format('woff2'),
    url('fonts/SophiaSkia.woff') format('woff'),
    url('fonts/SophiaSkia.ttf') format('truetype'),
    url('fonts/SophiaSkia.svg#SophiaSkia') format('svg');
  font-weight: normal;
  font-style: normal;
}

.sophia {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'SophiaSkia' !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;
}


.blog-title .sophia {
  color: #CF3322;
  font-size: 48px;
}

a:hover {
  text-decoration: none;
}
