@font-face {
    font-family: 'icomoon';
    src: url('/css/fonts/icomoon.eot?r9o18p');
    src: url('/css/fonts/icomoon.eot?r9o18p#iefix') format('embedded-opentype'), url('/css/fonts/icomoon.ttf?r9o18p') format('truetype'), url('/css/fonts/icomoon.woff?r9o18p') format('woff'), url('/css/fonts/icomoon.svg?r9o18p#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-envelop:before {
    content: "\e945";
}

.icon-facebook2:before {
    content: "\ea91";
}

.icon-instagram:before {
    content: "\ea92";
}

.icon-youtube:before {
    content: "\ea9d";
}

.icon-linkedin:before {
    content: "\eac9";
}

.icon-whatsapp:before {
    content: "\ea93";
}

.icon-twitter:before {
    content: "\ea96";
}
.icon-pinterest2:before {
    content: "\ead2";
}



@font-face {
    font-family: 'ClashGrotesk';
    src: url('../fonts/ClashGrotesk-Regular.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'ClashGrotesk';
    src: url('../fonts/ClashGrotesk-Medium.otf') format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'MonumentExtended';
    src: url('../fonts/MonumentExtended-Regular.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'MonumentExtended';
    src: url('../fonts/MonumentExtended-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'MonumentExtended';
    src: url('../fonts/MonumentExtended-Black.ttf') format('truetype');
    font-weight: 900;
}

@font-face {
    font-family: 'PalmoreLight';
    src: url('../fonts/PalmoreLight.ttf') format('truetype');
    font-weight: 300;
}