*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: Lakesight;
  font-style: normal;
  font-weight: normal;
  src:
    url('../fonts/Lakesight.woff') format('woff'),
    url('../fonts/Lakesight.ttf') format('truetype');
}

.font-montserrat {
  font-family: Montserrat, sans-serif;
}

.font-lakesight {
  font-family: Lakesight, sans-serif !important;
}

.background-grass {
  background-image: url(../images/grass.png);
  background-repeat: no-repeat;
  background-size: calc(max(100%, 1280px)) auto;
  background-position: center bottom;
}

body {
  background:
    url(../images/trees.png) top center/calc(max(100%, 960px)) auto no-repeat,
    url(../images/paper.jpg) top left/640px 640px repeat,
    #c7a67d;
}
