@font-face {
  font-family: 'Montserrat';
  src: url(/4df14eb5e72bf55c4497.ttf);
}

body {
  margin: 0;
  font-weight: 300;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.5rem;
}

* {
  box-sizing: border-box;
}

