/*
Theme Name: Fountain
Theme URI: http://zs-sz.github.io/fountain
Author: Sziklai Balzs
Author URI: http://zs-sz.github.io/
Description: Personal boilerplate based on timber and twig. Php7 and the timber plugin is a must.  
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: webpack, babel, scss, foundation6, twig, timber-library
Text Domain: twentyfifteen


*/
* {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
  text-transform: inherit;
  color: inherit;
}

/** + * {
  margin-top: 1.5em;
}*/

@font-face {
  font-family: editor-light;
  src: url(assets/font/editor/light.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*@font-face {
    font-family: editor-light;
    src: url(assets/font/editor/light.eot);
    src: url(assets/font/editor/light.eot?#iefix) format('embedded-opentype'),
         url(assets/font/editor/light.woff) format('woff'),
         url(assets/font/editor/light.ttf) format('truetype'),
         url(assets/font/editor/light.svg#editor-light) format('svg');
    font-weight: normal;
    font-style: normal;
  }*/
@font-face {
  font-family: editor-regular;
  src: url(assets/font/editor/regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*@font-face {
    font-family: editor-regular;
    src: url(assets/font/editor/regular.eot);
    src: url(assets/font/editor/regular.eot?#iefix) format('embedded-opentype'),
         url(assets/font/editor/regular.woff) format('woff'),
         url(assets/font/editor/regular.ttf) format('truetype'),
         url(assets/font/editor/regular.svg#editor-regular) format('svg');
    font-weight: normal;
    font-style: normal;
  }*/
@font-face {
  font-family: editor-medium;
  src: url(assets/font/editor/medium.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*@font-face {
    font-family: editor-medium;
    src: url(assets/font/editor/medium.eot);
    src: url(assets/font/editor/medium.eot?#iefix) format('embedded-opentype'),
         url(assets/font/editor/medium.woff) format('woff'),
         url(assets/font/editor/medium.ttf) format('truetype'),
         url(assets/font/editor/medium.svg#editor-medium) format('svg');
    font-weight: normal;
    font-style: normal;
  }*/
@font-face {
  font-family: editor-bold;
  src: url(assets/font/editor/bold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*@font-face {
    font-family: editor-bold;
    src: url(assets/font/editor/bold.eot);
    src: url(assets/font/editor/bold.eot?#iefix) format('embedded-opentype'),
         url(assets/font/editor/bold.woff) format('woff'),
         url(assets/font/editor/bold.ttf) format('truetype'),
         url(assets/font/editor/bold.svg#editor-bold) format('svg');
    font-weight: normal;
    font-style: normal;
  }*/
@font-face {
  font-family: editor-extrabold;
  src: url(assets/font/editor/extrabold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*@font-face {
    font-family: editor-extrabold;
    src: url(assets/font/editor/extrabold.eot);
    src: url(assets/font/editor/extrabold.eot?#iefix) format('embedded-opentype'),
         url(assets/font/editor/extrabold.woff) format('woff'),
         url(assets/font/editor/extrabold.ttf) format('truetype'),
         url(assets/font/editor/extrabold.svg#editor-extrabold) format('svg');
    font-weight: normal;
    font-style: normal;
  }*/
/*
 * Elements - headers
 */