@font-face {
    font-family: Cocon;
    src: url(../fonts/Cocon.otf);
}

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900');
html, body {
    line-height: 24px;
    font-size: 14px;
    color: #666666;
    font-family: Cocon;
    font-weight: 400;
}
