body {font-family: "Parkinsans", sans-serif; font-size: 25px; font-weight: 200;}
h2, h3, h4, h5, h6, h7, h8 {line-height: 1.5;}
h1, h2, h3, h4, h5, h6, h7, h8 {margin-bottom: 30px;}

@font-face {
  font-family: 'icomoon';
  src:  url('../icon-fonts/icomoon.eot?lpb17u');
  src:  url('../icon-fonts/icomoon.eot?lpb17u#iefix') format('embedded-opentype'),
    url('../icon-fonts/icomoon.ttf?lpb17u') format('truetype'),
    url('../icon-fonts/icomoon.woff?lpb17u') format('woff'),
    url('../icon-fonts/icomoon.svg?lpb17u#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e90d";
}
.icon-calendar:before {
  content: "\e90c";
}
.icon-instagram:before {
  content: "\e907";
}
.icon-facebook:before {
  content: "\e908";
}
.icon-tiktok:before {
  content: "\e909";
}
.icon-twitter:before {
  content: "\e900";
}
.icon-down:before {
  content: "\e901";
}
.icon-left:before {
  content: "\e902";
}
.icon-right:before {
  content: "\e903";
}
.icon-up:before {
  content: "\e904";
}
.icon-cross:before {
  content: "\e905";
}
.icon-location:before {
  content: "\e906";
}
.icon-mail:before {
  content: "\e90a";
}
.icon-phone:before {
  content: "\e90b";
}
