@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Play:400,700);

* {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 12px;
    font-family: 'Play', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    box-sizing: border-box;
}