/* Open Sans Regular */
@font-face {
  font-family: 'Open Sans'; /* Define a custom font family name */
  src: url('../fonts/OpenSans-Regular.ttf') format('ttf'); /* Modern browsers */
  font-weight: 400; /* Specific weight for this static font file */
  font-style: normal;
  font-display: swap; /* Control how the font loads and displays to the user */
}

/* Open Sans Italic */
@font-face {
  font-family: 'Open Sans Italic';
  src: url('../fonts/OpenSans-Italic.ttf') format('ttf');
  font-weight: 400;
  font-style: italic; /* Specific style for this static font file */
  font-display: swap;
}

/* Open Sans Bold */
@font-face {
  font-family: 'Open Sans Bold';
  src: url('../fonts/OpenSans-Bold.ttf') format('ttf');
  font-weight: 500; /* Specific weight for this static font file */
  font-style: normal;
  font-display: swap;
}

/* Open Sans Bold Italic */
@font-face {
  font-family: 'Open Sans Bold Italic';
  src: url('../fonts/OpenSans-BoldItalic.ttf') format('ttf');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

body {font-family: 'Open Sans', sans-serif; font-size: 18px;}
h2, h3, h4, h5, h6, h7, h8 {line-height: 1.5; font-weight: 600;}
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-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-instagram:before {
  content: "\e907";
}
.icon-facebook:before {
  content: "\e908";
}
.icon-tiktok:before {
  content: "\e909";
}
.icon-mail:before {
  content: "\e90a";
}
.icon-phone:before {
  content: "\e90b";
}
.icon-calendar:before {
  content: "\e90c";
}
.icon-search:before {
  content: "\e90d";
}
.icon-youtube:before {
  content: "\e90f";
}
