/*
 * Web Fonts from colophon-foundry.org
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Colophon Foundry. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2018 Colophon Foundry
 *
 * Licenced to sketch
 */

@font-face {
    font-family: 'MAD Serif Fill';
    src: url('../fonts/MAD/MADSerifFill-Regular.eot');
    src: url('../fonts/MAD/MADSerifFill-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MAD/MADSerifFill-Regular.woff') format('woff'),
         url('../fonts/MAD/MADSerifFill-Regular.woff2') format('woff2'),
         url('../fonts/MAD/MADSerifFill-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'MAD Sans Fill';
    src: url('../fonts/MAD/MADSansFill-Bold.eot');
    src: url('../fonts/MAD/MADSansFill-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MAD/MADSansFill-Bold.woff') format('woff'),
         url('../fonts/MAD/MADSansFill-Bold.woff2') format('woff2'),
         url('../fonts/MAD/MADSansFill-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'MAD Sans Fill';
    src: url('../fonts/MAD/MADSansFill-Italic.eot');
    src: url('../fonts/MAD/MADSansFill-Italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MAD/MADSansFill-Italic.woff') format('woff'),
         url('../fonts/MAD/MADSansFill-Italic.woff2') format('woff2'),
         url('../fonts/MAD/MADSansFill-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;

}


@font-face {
    font-family: 'MAD Sans Fill';
    src: url('../fonts/MAD/MADSansFill-Regular.eot');
    src: url('../fonts/MAD/MADSansFill-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MAD/MADSansFill-Regular.woff') format('woff'),
         url('../fonts/MAD/MADSansFill-Regular.woff2') format('woff2'),
         url('../fonts/MAD/MADSansFill-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

*, *:after, *:before {
  box-sizing: border-box;
}

body, html {
  height: 100%;
  width: 100%;
  position: fixed;
  overflow: hidden;
  margin: 0;
  font-family: 'MAD Sans Fill', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
}

@media screen and (max-width: 415px) {
}

@media screen and (min-width: 415px) {
}

@media print {
}
