@charset "UTF-8";

/* FONTS */

@font-face {
    font-family: 'ITC_Regular';
    src: url('fonts/ITC-Legacy-Sans-Book-Regular.otf') format('opentype');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ITC_Bold';
    src: url('fonts/ITC-Legacy-Sans-Std-Bold.otf') format('opentype');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SourceSans3-Regular';
    src: url('fonts/SourceSans3-Regular.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SourceSans3-Bold.ttf';
    src: url('fonts/SourceSans3-Bold.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NyghtSerif-LightItalic';
    src: url('fonts/NyghtSerif-LightItalic.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}












/* ICONS * /

@font-face {
  font-family: "flatrock-members";
  src:url("fonts/flatrock-members.eot");
  src:url("fonts/flatrock-members.eot?#iefix") format("embedded-opentype"),
    url("fonts/flatrock-members.woff") format("woff"),
    url("fonts/flatrock-members.ttf") format("truetype"),
    url("fonts/flatrock-members.svg#flatrock-members") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "flatrock-members" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "flatrock-members" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-back-arrow:before {
  content: "\61";
}
.icon-left-chevron:before {
  content: "\62";
}
.icon-right-chevron:before {
  content: "\63";
}
.icon-facebook:before {
  content: "\64";
}
.icon-instagram:before {
  content: "\65";
}
.icon-linkedin:before {
  content: "\66";
}
.icon-x-twitter:before {
  content: "\67";
}
.icon-tiktok:before {
  content: "\68";
}
.icon-envelope-solid:before {
  content: "\69";
}
.icon-twitch:before {
  content: "\6a";
}
.icon-website:before {
  content: "\6b";
}
.icon-whatsapp:before {
  content: "\6c";
}
.icon-youtube:before {
  content: "\6d";
}
.icon-zoom-in-btn:before {
  content: "\6e";
}
.icon-zoom-out-btn:before {
  content: "\6f";
}
*/

