<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Light'), local('Montserrat-Light'),
        url('../fonts/Montserrat-Light.woff') format('woff'),
        url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat-Bold'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'icons';
  src:  url('../fonts/icons.eot?uuhi1');
  src:  url('../fonts/icons.eot?uuhi1#iefix') format('embedded-opentype'),
    url('../fonts/icons.ttf?uuhi1') format('truetype'),
    url('../fonts/icons.woff?uuhi1') format('woff'),
    url('../fonts/icons.svg?uuhi1#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="fa-"], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !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;
}

.fa-twitter:before {
  content: "\e903";
}
.fa-home:before {
  content: "\e900";
}
.fa-chevron:before {
  content: "\e901";
}
.fa-envelope-o:before {
  content: "\e902";
}
.fa-images:before {
  content: "\e90e";
}
.fa-camera:before {
  content: "\e90f";
}
.fa-headphones:before {
  content: "\e910";
}
.fa-music:before {
  content: "\e911";
}
.fa-tags:before {
  content: "\e936";
}
.fa-credit-card:before {
  content: "\e93f";
}
.fa-phone:before {
  content: "\e942";
}
.fa-location:before {
  content: "\e947";
}
.fa-clock:before {
  content: "\e94e";
}
.fa-bell:before {
  content: "\e951";
}
.fa-calendar:before {
  content: "\e953";
}
.fa-bubble:before {
  content: "\e96b";
}
.fa-user:before {
  content: "\e971";
}
.fa-airplane:before {
  content: "\e9af";
}
.fa-power:before {
  content: "\e9b5";
}
.fa-menu:before {
  content: "\e9bd";
}
.fa-download:before {
  content: "\e9c7";
}
.fa-earth:before {
  content: "\e9ca";
}
.fa-star-full:before {
  content: "\e9d9";
}
.fa-heart:before {
  content: "\e9da";
}
.fa-blocked:before {
  content: "\ea0e";
}
.fa-cross:before {
  content: "\ea0f";
}
.fa-checkmark:before {
  content: "\ea10";
}
.fa-facebook:before {
  content: "\ea91";
}
.fa-instagram:before {
  content: "\ea92";
}
.fa-whatsapp:before {
  content: "\ea93";
}
.fa-spotify:before {
  content: "\ea94";
}
.fa-telegram:before {
  content: "\ea95";
}
.fa-youtube:before {
  content: "\ea9d";
}
.fa-vimeo-square:before {
  content: "\eaa1";
}
.fa-behance:before {
  content: "\eaa8";
}
.fa-linkedin:before {
  content: "\eaca";
}
.fa-search:before {
  content: "\e986";
}
.fa-zoom-in:before {
  content: "\e987";
}
.fa-zoom-out:before {
  content: "\e988";
}
</pre></body></html>