/**
 * Fonts
 */

@font-face {
  font-family: 'syfy';
  src: url('../fonts/syfy-regular-webfont.eot');
  src: url('../fonts/syfy-regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/syfy-regular-webfont.woff2') format('woff2'),
  url('../fonts/syfy-regular-webfont.woff') format('woff'),
  url('../fonts/syfy-regular-webfont.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'syfy';
  src: url('../fonts/syfy-medium-webfont.eot');
  src: url('../fonts/syfy-medium-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/syfy-medium-webfont.woff2') format('woff2'),
  url('../fonts/syfy-medium-webfont.woff') format('woff'),
  url('../fonts/syfy-medium-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'syfy';
  src: url('../fonts/syfy-bold-webfont.eot');
  src: url('../fonts/syfy-bold-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/syfy-bold-webfont.woff2') format('woff2'),
  url('../fonts/syfy-bold-webfont.woff') format('woff'),
  url('../fonts/syfy-bold-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: "syfy", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 100;
}

p {
  line-height: 1.8em;
}

@media (min-width: 650px) {
  body {
    font-size: 14px;
  }
}

@media (min-width: 1080px) {
  body {
    font-size: 16px;
  }
}
