/*------------------------------------
Core
------------------------------------*/
html {
    font-size: 62.5%;
}
@font-face {
    font-family: FractulBold;
    src: url('../font/FractulBold.eot');
    src: url('../font/FractulBold.eot?#iefix') format('embedded-opentype'),
      url('../font/FractulBold.woff2') format('woff2'), 
      url('../font/FractulBold.woff') format('woff'),
      url('../font/FractulBold.ttf') format('truetype');
}

body {
    font-weight: 400;
    font-size: 1.8rem;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    color: #262626;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
    background-color: white;
}

.h1, .h2, .h3, .h4, .h5, .h6, .h7,
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}

::-moz-selection {
    color: #fff;
    background-color: #42B553;
} 
::selection {
    color: #fff;
    background-color: #42B553;
}