/* roobert-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roobert';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Roobert-Regular.woff2') format('woff2'),
	  url('../fonts/Roobert-Regular.woff') format('woff'); 
}
/* roobert-semibold - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roobert';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/Roobert-SemiBold.woff2') format('woff2'),
	  url('../fonts/Roobert-SemiBold.woff') format('woff'); 
}
/* roobert-semibold-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roobert';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/Roobert-SemiBoldItalic.woff2') format('woff2'),
	  url('../fonts/Roobert-SemiBoldItalic.woff') format('woff'); 
}
/* adieu-bold - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Adieu';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Adieu-Bold.woff2') format('woff2'),
	  url('../fonts/Adieu-Bold.woff') format('woff'),
	  url('../fonts/Adieu-Bold.eot') format('embedded-opentype'); 
}





@font-face {
  font-family: 'talent54';
  src:  url('../fonts/talent54.eot?xi3l5g');
  src:  url('../fonts/talent54.eot?xi3l5g#iefix') format('embedded-opentype'),
    url('../fonts/talent54.ttf?xi3l5g') format('truetype'),
    url('../fonts/talent54.woff?xi3l5g') format('woff'),
    url('../fonts/talent54.svg?xi3l5g#talent54') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"]::before, [class*=" icon-"]::before, .iconfont {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'talent54' !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-arrow-down:before {
  content: "\e900" !important;
}
.icon-arrow-next:before {
  content: "\e901" !important;
}
.icon-arrow-prev:before {
  content: "\e902" !important;
}
.icon-arrow-up:before {
  content: "\e903" !important;
}
.icon-mail:before {
  content: "\e904" !important;
}
.icon-phone:before {
  content: "\e905" !important;
}